Html Css Color HEX #EDCED4 Pale Rose

📋 copy color: '#EDCED4'

red 237 ◦ green 206 ◦ blue 212

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

Shades of Pale Rose #EDCED4

Tints of Pale Rose #EDCED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.37%

R = 36.18%
G = 31.45%
B = 32.37%

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

#EDCED4 (or 0xEDCED4) is known color: Pale Rose. HEX triplet: ED, CE and D4. RGB value is (237,206,212). Sum of RGB (Red+Green+Blue) = 237+206+212=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCED4 is #12312B. Grayscale: #D7D7D7. Windows color (decimal): -1192236 or 13946605. OLE color: 13946605.

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

Color convert

RGB 237 206 212 -
CMYK 0 0.13 0.11 0.07
HSL 348.39º 0.46% 0.87% -
HSV(B) 348.39º 0.13% 0.93% -
XYZ 68.88 66.9 71.57 -
YUV 215.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 237 206 212 0 0.13 0.11 0.07 348.39 0.46 0.87
Hex ED CE D4 0 D B 7 15C 2E 57
Octal 355 316 324 0 15 13 7 534 56 127
Binary 11101101 11001110 11010100 0 1101 1011 111 101011100 101110 1010111

Color Harmonies of #EDCED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCED4

Black with #EDCED4

Text Example


Text Example

White with #EDCED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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