Html Css Color HEX #EFC3DC Classic Rose

📋 copy color: '#EFC3DC'

red 239 ◦ green 195 ◦ blue 220

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

Shades of Classic Rose #EFC3DC

Tints of Classic Rose #EFC3DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.64%

R = 36.54%
G = 29.82%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFC3DC (or 0xEFC3DC) is known color: Classic Rose. HEX triplet: EF, C3 and DC. RGB value is (239,195,220). Sum of RGB (Red+Green+Blue) = 239+195+220=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3DC is #103C23. Grayscale: #D2D2D2. Windows color (decimal): -1063972 or 14468079. OLE color: 14468079.

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

Color convert

RGB 239 195 220 -
CMYK 0 0.18 0.08 0.06
HSL 325.91º 0.58% 0.85% -
HSV(B) 325.91º 0.18% 0.94% -
XYZ 68.03 62.55 76.2 -
YUV 211.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 239 195 220 0 0.18 0.08 0.06 325.91 0.58 0.85
Hex EF C3 DC 0 12 8 6 146 3A 55
Octal 357 303 334 0 22 10 6 506 72 125
Binary 11101111 11000011 11011100 0 10010 1000 110 101000110 111010 1010101

Color Harmonies of #EFC3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3DC

Black with #EFC3DC

Text Example


Text Example

White with #EFC3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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