Html Css Color HEX #EFC4DB Classic Rose

📋 copy color: '#EFC4DB'

red 239 ◦ green 196 ◦ blue 219

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

Shades of Classic Rose #EFC4DB

Tints of Classic Rose #EFC4DB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.97%

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

R = 36.54%
G = 29.97%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFC4DB (or 0xEFC4DB) is known color: Classic Rose. HEX triplet: EF, C4 and DB. RGB value is (239,196,219). Sum of RGB (Red+Green+Blue) = 239+196+219=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4DB is #103B24. Grayscale: #D3D3D3. Windows color (decimal): -1063717 or 14402799. OLE color: 14402799.

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

Color convert

RGB 239 196 219 -
CMYK 0 0.18 0.08 0.06
HSL 327.91º 0.57% 0.85% -
HSV(B) 327.91º 0.18% 0.94% -
XYZ 68.12 62.95 75.58 -
YUV 211.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 239 196 219 0 0.18 0.08 0.06 327.91 0.57 0.85
Hex EF C4 DB 0 12 8 6 148 39 55
Octal 357 304 333 0 22 10 6 510 71 125
Binary 11101111 11000100 11011011 0 10010 1000 110 101001000 111001 1010101

Color Harmonies of #EFC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4DB

Black with #EFC4DB

Text Example


Text Example

White with #EFC4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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