Html Css Color HEX #EDCFDA Classic Rose

📋 copy color: '#EDCFDA'

red 237 ◦ green 207 ◦ blue 218

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

Shades of Classic Rose #EDCFDA

Tints of Classic Rose #EDCFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.27%

 BLUE value IS 218 (85.55% from 255) = 32.93%

R = 35.8%
G = 31.27%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDCFDA (or 0xEDCFDA) is known color: Classic Rose. HEX triplet: ED, CF and DA. RGB value is (237,207,218). Sum of RGB (Red+Green+Blue) = 237+207+218=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFDA is #123025. Grayscale: #D9D9D9. Windows color (decimal): -1191974 or 14340077. OLE color: 14340077.

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

Color convert

RGB 237 207 218 -
CMYK 0 0.13 0.08 0.07
HSL 338º 0.45% 0.87% -
HSV(B) 338º 0.13% 0.93% -
XYZ 69.89 67.69 75.71 -
YUV 217.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 237 207 218 0 0.13 0.08 0.07 338 0.45 0.87
Hex ED CF DA 0 D 8 7 152 2D 57
Octal 355 317 332 0 15 10 7 522 55 127
Binary 11101101 11001111 11011010 0 1101 1000 111 101010010 101101 1010111

Color Harmonies of #EDCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFDA

Black with #EDCFDA

Text Example


Text Example

White with #EDCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFDA; }

 p { color: rgb(237,207,218); }

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

background-color css

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

 a { background-color: rgb(237,207,218); }

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

border-color css

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

 span { border-color: rgb(237,207,218); }

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