Html Css Color HEX #EFC7DC Classic Rose

📋 copy color: '#EFC7DC'

red 239 ◦ green 199 ◦ blue 220

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

Shades of Classic Rose #EFC7DC

Tints of Classic Rose #EFC7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.24%

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

R = 36.32%
G = 30.24%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFC7DC (or 0xEFC7DC) is known color: Classic Rose. HEX triplet: EF, C7 and DC. RGB value is (239,199,220). Sum of RGB (Red+Green+Blue) = 239+199+220=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 199 (78.12% from 255 or 30.24% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7DC is #103823. Grayscale: #D5D5D5. Windows color (decimal): -1062948 or 14469103. OLE color: 14469103.

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

Color convert

RGB 239 199 220 -
CMYK 0 0.17 0.08 0.06
HSL 328.5º 0.56% 0.86% -
HSV(B) 328.5º 0.17% 0.94% -
XYZ 68.94 64.36 76.5 -
YUV 213.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 239 199 220 0 0.17 0.08 0.06 328.5 0.56 0.86
Hex EF C7 DC 0 11 8 6 148 38 56
Octal 357 307 334 0 21 10 6 510 70 126
Binary 11101111 11000111 11011100 0 10001 1000 110 101001000 111000 1010110

Color Harmonies of #EFC7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7DC

Black with #EFC7DC

Text Example


Text Example

White with #EFC7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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