Html Css Color HEX #EDCFD2 Pale Rose

📋 copy color: '#EDCFD2'

red 237 ◦ green 207 ◦ blue 210

#EDCFD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Rose #EDCFD2

Tints of Pale Rose #EDCFD2

RGB

 RED value IS 237 (92.97% from 255) = 36.24%

 GREEN value IS 207 (81.25% from 255) = 31.65%

 BLUE value IS 210 (82.42% from 255) = 32.11%

R = 36.24%
G = 31.65%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDCFD2 (or 0xEDCFD2) is known color: Pale Rose. HEX triplet: ED, CF and D2. RGB value is (237,207,210). Sum of RGB (Red+Green+Blue) = 237+207+210=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFD2 is #12302D. Grayscale: #D8D8D8. Windows color (decimal): -1191982 or 13815789. OLE color: 13815789.

HSL color Cylindrical-coordinate representation of color #EDCFD2: hue angle of 354º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDCFD2 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 207 210 -
CMYK 0 0.13 0.11 0.07
HSL 354º 0.45% 0.87% -
HSV(B) 354º 0.13% 0.93% -
XYZ 68.87 67.28 70.33 -
YUV 216.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 237 207 210 0 0.13 0.11 0.07 354 0.45 0.87
Hex ED CF D2 0 D B 7 162 2D 57
Octal 355 317 322 0 15 13 7 542 55 127
Binary 11101101 11001111 11010010 0 1101 1011 111 101100010 101101 1010111

Color Harmonies of #EDCFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFD2

Black with #EDCFD2

Text Example


Text Example

White with #EDCFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFD2; }

 p { color: rgb(237,207,210); }

 H1.HeaderClassName
 {
   color: #EDCFD2;
 }
 .AnyTagClassName
 {
   color: #EDCFD2;
 }
</style>

background-color css

<style>
 a { background-color: #EDCFD2; }

 a { background-color: rgb(237,207,210); }

 div.DivClassName
 {
   background-color: #EDCFD2;
 }
 .BgClassName
 {
   background-color: #EDCFD2;
 }
</style>

border-color css

<style>
 span { border-color: #EDCFD2; }

 span { border-color: rgb(237,207,210); }

 td.TdClassName
 {
   border-color: #EDCFD2;
 }
 .TagClassName
 {
   border-color: #EDCFD2;
 }
</style>