Html Css Color HEX #EDCBE1 Classic Rose

📋 copy color: '#EDCBE1'

red 237 ◦ green 203 ◦ blue 225

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

Shades of Classic Rose #EDCBE1

Tints of Classic Rose #EDCBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.83%

R = 35.64%
G = 30.53%
B = 33.83%

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

#EDCBE1 (or 0xEDCBE1) is known color: Classic Rose. HEX triplet: ED, CB and E1. RGB value is (237,203,225). Sum of RGB (Red+Green+Blue) = 237+203+225=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBE1 is #12341E. Grayscale: #D7D7D7. Windows color (decimal): -1192991 or 14797805. OLE color: 14797805.

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

Color convert

RGB 237 203 225 -
CMYK 0 0.14 0.05 0.07
HSL 321.18º 0.49% 0.86% -
HSV(B) 321.18º 0.14% 0.93% -
XYZ 69.87 66.15 80.32 -
YUV 215.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 237 203 225 0 0.14 0.05 0.07 321.18 0.49 0.86
Hex ED CB E1 0 E 5 7 141 31 56
Octal 355 313 341 0 16 5 7 501 61 126
Binary 11101101 11001011 11100001 0 1110 101 111 101000001 110001 1010110

Color Harmonies of #EDCBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBE1

Black with #EDCBE1

Text Example


Text Example

White with #EDCBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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