Html Css Color HEX #EDCEE5 Classic Rose

📋 copy color: '#EDCEE5'

red 237 ◦ green 206 ◦ blue 229

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

Shades of Classic Rose #EDCEE5

Tints of Classic Rose #EDCEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.08%

R = 35.27%
G = 30.65%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDCEE5 (or 0xEDCEE5) is known color: Classic Rose. HEX triplet: ED, CE and E5. RGB value is (237,206,229). Sum of RGB (Red+Green+Blue) = 237+206+229=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEE5 is #12311A. Grayscale: #D9D9D9. Windows color (decimal): -1192219 or 15060717. OLE color: 15060717.

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

Color convert

RGB 237 206 229 -
CMYK 0 0.13 0.03 0.07
HSL 315.48º 0.46% 0.87% -
HSV(B) 315.48º 0.13% 0.93% -
XYZ 71.14 67.8 83.47 -
YUV 217.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 237 206 229 0 0.13 0.03 0.07 315.48 0.46 0.87
Hex ED CE E5 0 D 3 7 13B 2E 57
Octal 355 316 345 0 15 3 7 473 56 127
Binary 11101101 11001110 11100101 0 1101 11 111 100111011 101110 1010111

Color Harmonies of #EDCEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEE5

Black with #EDCEE5

Text Example


Text Example

White with #EDCEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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