Html Css Color HEX #EDCFDB Classic Rose

📋 copy color: '#EDCFDB'

red 237 ◦ green 207 ◦ blue 219

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

Shades of Classic Rose #EDCFDB

Tints of Classic Rose #EDCFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.03%

R = 35.75%
G = 31.22%
B = 33.03%

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

#EDCFDB (or 0xEDCFDB) is known color: Classic Rose. HEX triplet: ED, CF and DB. RGB value is (237,207,219). Sum of RGB (Red+Green+Blue) = 237+207+219=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFDB is #123024. Grayscale: #D9D9D9. Windows color (decimal): -1191973 or 14405613. OLE color: 14405613.

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

Color convert

RGB 237 207 219 -
CMYK 0 0.13 0.08 0.07
HSL 336º 0.45% 0.87% -
HSV(B) 336º 0.13% 0.93% -
XYZ 70.02 67.74 76.4 -
YUV 217.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 237 207 219 0 0.13 0.08 0.07 336 0.45 0.87
Hex ED CF DB 0 D 8 7 150 2D 57
Octal 355 317 333 0 15 10 7 520 55 127
Binary 11101101 11001111 11011011 0 1101 1000 111 101010000 101101 1010111

Color Harmonies of #EDCFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFDB

Black with #EDCFDB

Text Example


Text Example

White with #EDCFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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