Html Css Color HEX #EDCBDF Classic Rose

📋 copy color: '#EDCBDF'

red 237 ◦ green 203 ◦ blue 223

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

Shades of Classic Rose #EDCBDF

Tints of Classic Rose #EDCBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.63%

R = 35.75%
G = 30.62%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDCBDF (or 0xEDCBDF) is known color: Classic Rose. HEX triplet: ED, CB and DF. RGB value is (237,203,223). Sum of RGB (Red+Green+Blue) = 237+203+223=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBDF is #123420. Grayscale: #D7D7D7. Windows color (decimal): -1192993 or 14666733. OLE color: 14666733.

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

Color convert

RGB 237 203 223 -
CMYK 0 0.14 0.06 0.07
HSL 324.71º 0.49% 0.86% -
HSV(B) 324.71º 0.14% 0.93% -
XYZ 69.6 66.04 78.89 -
YUV 215.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 237 203 223 0 0.14 0.06 0.07 324.71 0.49 0.86
Hex ED CB DF 0 E 6 7 145 31 56
Octal 355 313 337 0 16 6 7 505 61 126
Binary 11101101 11001011 11011111 0 1110 110 111 101000101 110001 1010110

Color Harmonies of #EDCBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBDF

Black with #EDCBDF

Text Example


Text Example

White with #EDCBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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