Html Css Color HEX #EDCED0 Pale Rose

📋 copy color: '#EDCED0'

red 237 ◦ green 206 ◦ blue 208

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

Shades of Pale Rose #EDCED0

Tints of Pale Rose #EDCED0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.64%

 BLUE value IS 208 (81.64% from 255) = 31.95%

R = 36.41%
G = 31.64%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDCED0 (or 0xEDCED0) is known color: Pale Rose. HEX triplet: ED, CE and D0. RGB value is (237,206,208). Sum of RGB (Red+Green+Blue) = 237+206+208=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCED0 is #12312F. Grayscale: #D7D7D7. Windows color (decimal): -1192240 or 13684461. OLE color: 13684461.

HSL color Cylindrical-coordinate representation of color #EDCED0: hue angle of 356.13º degrees, saturation: 0.46, 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 #EDCED0 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 208 -
CMYK 0 0.13 0.12 0.07
HSL 356.13º 0.46% 0.87% -
HSV(B) 356.13º 0.13% 0.93% -
XYZ 68.38 66.7 68.95 -
YUV 215.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 237 206 208 0 0.13 0.12 0.07 356.13 0.46 0.87
Hex ED CE D0 0 D C 7 164 2E 57
Octal 355 316 320 0 15 14 7 544 56 127
Binary 11101101 11001110 11010000 0 1101 1100 111 101100100 101110 1010111

Color Harmonies of #EDCED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCED0

Black with #EDCED0

Text Example


Text Example

White with #EDCED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCED0; }

 p { color: rgb(237,206,208); }

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

background-color css

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

 a { background-color: rgb(237,206,208); }

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

border-color css

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

 span { border-color: rgb(237,206,208); }

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