Html Css Color HEX #EFC7DA Classic Rose

📋 copy color: '#EFC7DA'

red 239 ◦ green 199 ◦ blue 218

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

Shades of Classic Rose #EFC7DA

Tints of Classic Rose #EFC7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.23%

R = 36.43%
G = 30.34%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFC7DA (or 0xEFC7DA) is known color: Classic Rose. HEX triplet: EF, C7 and DA. RGB value is (239,199,218). Sum of RGB (Red+Green+Blue) = 239+199+218=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7DA is #103825. Grayscale: #D5D5D5. Windows color (decimal): -1062950 or 14338031. OLE color: 14338031.

HSL color Cylindrical-coordinate representation of color #EFC7DA: hue angle of 331.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 #EFC7DA is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 199 218 -
CMYK 0 0.17 0.09 0.06
HSL 331.5º 0.56% 0.86% -
HSV(B) 331.5º 0.17% 0.94% -
XYZ 68.67 64.26 75.11 -
YUV 213.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 239 199 218 0 0.17 0.09 0.06 331.5 0.56 0.86
Hex EF C7 DA 0 11 9 6 14C 38 56
Octal 357 307 332 0 21 11 6 514 70 126
Binary 11101111 11000111 11011010 0 10001 1001 110 101001100 111000 1010110

Color Harmonies of #EFC7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7DA

Black with #EFC7DA

Text Example


Text Example

White with #EFC7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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