Html Css Color HEX #EFC3DB Classic Rose

📋 copy color: '#EFC3DB'

red 239 ◦ green 195 ◦ blue 219

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

Shades of Classic Rose #EFC3DB

Tints of Classic Rose #EFC3DB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.86%

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

R = 36.6%
G = 29.86%
B = 33.54%

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

#EFC3DB (or 0xEFC3DB) is known color: Classic Rose. HEX triplet: EF, C3 and DB. RGB value is (239,195,219). Sum of RGB (Red+Green+Blue) = 239+195+219=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 195 (76.56% from 255 or 29.86% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3DB is #103C24. Grayscale: #D2D2D2. Windows color (decimal): -1063973 or 14402543. OLE color: 14402543.

HSL color Cylindrical-coordinate representation of color #EFC3DB: hue angle of 327.27º degrees, saturation: 0.58, 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 #EFC3DB is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 195 219 -
CMYK 0 0.18 0.08 0.06
HSL 327.27º 0.58% 0.85% -
HSV(B) 327.27º 0.18% 0.94% -
XYZ 67.9 62.5 75.5 -
YUV 210.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 239 195 219 0 0.18 0.08 0.06 327.27 0.58 0.85
Hex EF C3 DB 0 12 8 6 147 3A 55
Octal 357 303 333 0 22 10 6 507 72 125
Binary 11101111 11000011 11011011 0 10010 1000 110 101000111 111010 1010101

Color Harmonies of #EFC3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3DB

Black with #EFC3DB

Text Example


Text Example

White with #EFC3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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