Html Css Color HEX #EFC3DA Classic Rose

📋 copy color: '#EFC3DA'

red 239 ◦ green 195 ◦ blue 218

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

Shades of Classic Rose #EFC3DA

Tints of Classic Rose #EFC3DA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.91%

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

R = 36.66%
G = 29.91%
B = 33.44%

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

#EFC3DA (or 0xEFC3DA) is known color: Classic Rose. HEX triplet: EF, C3 and DA. RGB value is (239,195,218). Sum of RGB (Red+Green+Blue) = 239+195+218=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 195 (76.56% from 255 or 29.91% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3DA is #103C25. Grayscale: #D2D2D2. Windows color (decimal): -1063974 or 14337007. OLE color: 14337007.

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

Color convert

RGB 239 195 218 -
CMYK 0 0.18 0.09 0.06
HSL 328.64º 0.58% 0.85% -
HSV(B) 328.64º 0.18% 0.94% -
XYZ 67.77 62.44 74.81 -
YUV 210.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 239 195 218 0 0.18 0.09 0.06 328.64 0.58 0.85
Hex EF C3 DA 0 12 9 6 149 3A 55
Octal 357 303 332 0 22 11 6 511 72 125
Binary 11101111 11000011 11011010 0 10010 1001 110 101001001 111010 1010101

Color Harmonies of #EFC3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3DA

Black with #EFC3DA

Text Example


Text Example

White with #EFC3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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