Html Css Color HEX #EFC9DB Classic Rose

📋 copy color: '#EFC9DB'

red 239 ◦ green 201 ◦ blue 219

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

Shades of Classic Rose #EFC9DB

Tints of Classic Rose #EFC9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.5%

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

R = 36.27%
G = 30.5%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFC9DB (or 0xEFC9DB) is known color: Classic Rose. HEX triplet: EF, C9 and DB. RGB value is (239,201,219). Sum of RGB (Red+Green+Blue) = 239+201+219=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9DB is #103624. Grayscale: #D6D6D6. Windows color (decimal): -1062437 or 14404079. OLE color: 14404079.

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

Color convert

RGB 239 201 219 -
CMYK 0 0.16 0.08 0.06
HSL 331.58º 0.54% 0.86% -
HSV(B) 331.58º 0.16% 0.94% -
XYZ 69.27 65.24 75.96 -
YUV 214.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 239 201 219 0 0.16 0.08 0.06 331.58 0.54 0.86
Hex EF C9 DB 0 10 8 6 14C 36 56
Octal 357 311 333 0 20 10 6 514 66 126
Binary 11101111 11001001 11011011 0 10000 1000 110 101001100 110110 1010110

Color Harmonies of #EFC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9DB

Black with #EFC9DB

Text Example


Text Example

White with #EFC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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