Html Css Color HEX #EFC0DA Classic Rose

📋 copy color: '#EFC0DA'

red 239 ◦ green 192 ◦ blue 218

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

Shades of Classic Rose #EFC0DA

Tints of Classic Rose #EFC0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.58%

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

R = 36.83%
G = 29.58%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFC0DA (or 0xEFC0DA) is known color: Classic Rose. HEX triplet: EF, C0 and DA. RGB value is (239,192,218). Sum of RGB (Red+Green+Blue) = 239+192+218=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0DA is #103F25. Grayscale: #D0D0D0. Windows color (decimal): -1064742 or 14336239. OLE color: 14336239.

HSL color Cylindrical-coordinate representation of color #EFC0DA: hue angle of 326.81º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC0DA is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 192 218 -
CMYK 0 0.20 0.09 0.06
HSL 326.81º 0.59% 0.85% -
HSV(B) 326.81º 0.2% 0.94% -
XYZ 67.1 61.11 74.59 -
YUV 209.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 239 192 218 0 0.20 0.09 0.06 326.81 0.59 0.85
Hex EF C0 DA 0 14 9 6 147 3B 55
Octal 357 300 332 0 24 11 6 507 73 125
Binary 11101111 11000000 11011010 0 10100 1001 110 101000111 111011 1010101

Color Harmonies of #EFC0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0DA

Black with #EFC0DA

Text Example


Text Example

White with #EFC0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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