Html Css Color HEX #EFC8DC Classic Rose

📋 copy color: '#EFC8DC'

red 239 ◦ green 200 ◦ blue 220

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

Shades of Classic Rose #EFC8DC

Tints of Classic Rose #EFC8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.35%

 BLUE value IS 220 (86.33% from 255) = 33.38%

R = 36.27%
G = 30.35%
B = 33.38%

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

#EFC8DC (or 0xEFC8DC) is known color: Classic Rose. HEX triplet: EF, C8 and DC. RGB value is (239,200,220). Sum of RGB (Red+Green+Blue) = 239+200+220=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 200 (78.52% from 255 or 30.35% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8DC is #103723. Grayscale: #D5D5D5. Windows color (decimal): -1062692 or 14469359. OLE color: 14469359.

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

Color convert

RGB 239 200 220 -
CMYK 0 0.16 0.08 0.06
HSL 329.23º 0.55% 0.86% -
HSV(B) 329.23º 0.16% 0.94% -
XYZ 69.17 64.83 76.58 -
YUV 213.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 239 200 220 0 0.16 0.08 0.06 329.23 0.55 0.86
Hex EF C8 DC 0 10 8 6 149 37 56
Octal 357 310 334 0 20 10 6 511 67 126
Binary 11101111 11001000 11011100 0 10000 1000 110 101001001 110111 1010110

Color Harmonies of #EFC8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC8DC

Black with #EFC8DC

Text Example


Text Example

White with #EFC8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC8DC; }

 p { color: rgb(239,200,220); }

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

background-color css

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

 a { background-color: rgb(239,200,220); }

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

border-color css

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

 span { border-color: rgb(239,200,220); }

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