Html Css Color HEX #EFCFDB Classic Rose

📋 copy color: '#EFCFDB'

red 239 ◦ green 207 ◦ blue 219

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

Shades of Classic Rose #EFCFDB

Tints of Classic Rose #EFCFDB

RGB

 RED value IS 239 (93.75% from 255) = 35.94%

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

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

R = 35.94%
G = 31.13%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFCFDB (or 0xEFCFDB) is known color: Classic Rose. HEX triplet: EF, CF and DB. RGB value is (239,207,219). Sum of RGB (Red+Green+Blue) = 239+207+219=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFDB is #103024. Grayscale: #D9D9D9. Windows color (decimal): -1060901 or 14405615. OLE color: 14405615.

HSL color Cylindrical-coordinate representation of color #EFCFDB: hue angle of 337.5º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFCFDB is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 207 219 -
CMYK 0 0.13 0.08 0.06
HSL 337.5º 0.5% 0.87% -
HSV(B) 337.5º 0.13% 0.94% -
XYZ 70.7 68.09 76.43 -
YUV 217.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 239 207 219 0 0.13 0.08 0.06 337.5 0.5 0.87
Hex EF CF DB 0 D 8 6 152 32 57
Octal 357 317 333 0 15 10 6 522 62 127
Binary 11101111 11001111 11011011 0 1101 1000 110 101010010 110010 1010111

Color Harmonies of #EFCFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFDB

Black with #EFCFDB

Text Example


Text Example

White with #EFCFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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