Html Css Color HEX #EFC5DA Classic Rose

📋 copy color: '#EFC5DA'

red 239 ◦ green 197 ◦ blue 218

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

Shades of Classic Rose #EFC5DA

Tints of Classic Rose #EFC5DA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.12%

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

R = 36.54%
G = 30.12%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFC5DA (or 0xEFC5DA) is known color: Classic Rose. HEX triplet: EF, C5 and DA. RGB value is (239,197,218). Sum of RGB (Red+Green+Blue) = 239+197+218=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5DA is #103A25. Grayscale: #D3D3D3. Windows color (decimal): -1063462 or 14337519. OLE color: 14337519.

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

Color convert

RGB 239 197 218 -
CMYK 0 0.18 0.09 0.06
HSL 330º 0.57% 0.85% -
HSV(B) 330º 0.18% 0.94% -
XYZ 68.22 63.35 74.96 -
YUV 211.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 239 197 218 0 0.18 0.09 0.06 330 0.57 0.85
Hex EF C5 DA 0 12 9 6 14A 39 55
Octal 357 305 332 0 22 11 6 512 71 125
Binary 11101111 11000101 11011010 0 10010 1001 110 101001010 111001 1010101

Color Harmonies of #EFC5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5DA

Black with #EFC5DA

Text Example


Text Example

White with #EFC5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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