Html Css Color HEX #EFC0DB Classic Rose

📋 copy color: '#EFC0DB'

red 239 ◦ green 192 ◦ blue 219

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

Shades of Classic Rose #EFC0DB

Tints of Classic Rose #EFC0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.54%

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

R = 36.77%
G = 29.54%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFC0DB (or 0xEFC0DB) is known color: Classic Rose. HEX triplet: EF, C0 and DB. RGB value is (239,192,219). Sum of RGB (Red+Green+Blue) = 239+192+219=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0DB is #103F24. Grayscale: #D1D1D1. Windows color (decimal): -1064741 or 14401775. OLE color: 14401775.

HSL color Cylindrical-coordinate representation of color #EFC0DB: hue angle of 325.53º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC0DB is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 192 219 -
CMYK 0 0.20 0.08 0.06
HSL 325.53º 0.59% 0.85% -
HSV(B) 325.53º 0.2% 0.94% -
XYZ 67.23 61.16 75.28 -
YUV 209.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 239 192 219 0 0.20 0.08 0.06 325.53 0.59 0.85
Hex EF C0 DB 0 14 8 6 146 3B 55
Octal 357 300 333 0 24 10 6 506 73 125
Binary 11101111 11000000 11011011 0 10100 1000 110 101000110 111011 1010101

Color Harmonies of #EFC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0DB

Black with #EFC0DB

Text Example


Text Example

White with #EFC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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