Html Css Color HEX #EFC6DA Classic Rose

📋 copy color: '#EFC6DA'

red 239 ◦ green 198 ◦ blue 218

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

Shades of Classic Rose #EFC6DA

Tints of Classic Rose #EFC6DA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.23%

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

R = 36.49%
G = 30.23%
B = 33.28%

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

#EFC6DA (or 0xEFC6DA) is known color: Classic Rose. HEX triplet: EF, C6 and DA. RGB value is (239,198,218). Sum of RGB (Red+Green+Blue) = 239+198+218=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6DA is #103925. Grayscale: #D4D4D4. Windows color (decimal): -1063206 or 14337775. OLE color: 14337775.

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

Color convert

RGB 239 198 218 -
CMYK 0 0.17 0.09 0.06
HSL 330.73º 0.56% 0.86% -
HSV(B) 330.73º 0.17% 0.94% -
XYZ 68.45 63.8 75.04 -
YUV 212.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 239 198 218 0 0.17 0.09 0.06 330.73 0.56 0.86
Hex EF C6 DA 0 11 9 6 14B 38 56
Octal 357 306 332 0 21 11 6 513 70 126
Binary 11101111 11000110 11011010 0 10001 1001 110 101001011 111000 1010110

Color Harmonies of #EFC6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC6DA

Black with #EFC6DA

Text Example


Text Example

White with #EFC6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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