Html Css Color HEX #EDCEDF Classic Rose

📋 copy color: '#EDCEDF'

red 237 ◦ green 206 ◦ blue 223

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

Shades of Classic Rose #EDCEDF

Tints of Classic Rose #EDCEDF

RGB

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

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

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

R = 35.59%
G = 30.93%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDCEDF (or 0xEDCEDF) is known color: Classic Rose. HEX triplet: ED, CE and DF. RGB value is (237,206,223). Sum of RGB (Red+Green+Blue) = 237+206+223=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEDF is #123120. Grayscale: #D9D9D9. Windows color (decimal): -1192225 or 14667501. OLE color: 14667501.

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

Color convert

RGB 237 206 223 -
CMYK 0 0.13 0.06 0.07
HSL 327.1º 0.46% 0.87% -
HSV(B) 327.1º 0.13% 0.93% -
XYZ 70.32 67.47 79.13 -
YUV 217.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 237 206 223 0 0.13 0.06 0.07 327.1 0.46 0.87
Hex ED CE DF 0 D 6 7 147 2E 57
Octal 355 316 337 0 15 6 7 507 56 127
Binary 11101101 11001110 11011111 0 1101 110 111 101000111 101110 1010111

Color Harmonies of #EDCEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEDF

Black with #EDCEDF

Text Example


Text Example

White with #EDCEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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