Html Css Color HEX #EDCBE0 Classic Rose

📋 copy color: '#EDCBE0'

red 237 ◦ green 203 ◦ blue 224

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

Shades of Classic Rose #EDCBE0

Tints of Classic Rose #EDCBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.57%

 BLUE value IS 224 (87.89% from 255) = 33.73%

R = 35.69%
G = 30.57%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDCBE0 (or 0xEDCBE0) is known color: Classic Rose. HEX triplet: ED, CB and E0. RGB value is (237,203,224). Sum of RGB (Red+Green+Blue) = 237+203+224=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBE0 is #12341F. Grayscale: #D7D7D7. Windows color (decimal): -1192992 or 14732269. OLE color: 14732269.

HSL color Cylindrical-coordinate representation of color #EDCBE0: hue angle of 322.94º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCBE0 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 224 -
CMYK 0 0.14 0.05 0.07
HSL 322.94º 0.49% 0.86% -
HSV(B) 322.94º 0.14% 0.93% -
XYZ 69.74 66.1 79.6 -
YUV 215.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 237 203 224 0 0.14 0.05 0.07 322.94 0.49 0.86
Hex ED CB E0 0 E 5 7 143 31 56
Octal 355 313 340 0 16 5 7 503 61 126
Binary 11101101 11001011 11100000 0 1110 101 111 101000011 110001 1010110

Color Harmonies of #EDCBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBE0

Black with #EDCBE0

Text Example


Text Example

White with #EDCBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBE0; }

 p { color: rgb(237,203,224); }

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

background-color css

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

 a { background-color: rgb(237,203,224); }

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

border-color css

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

 span { border-color: rgb(237,203,224); }

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