Html Css Color HEX #EFC3D9 Classic Rose

📋 copy color: '#EFC3D9'

red 239 ◦ green 195 ◦ blue 217

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

Shades of Classic Rose #EFC3D9

Tints of Classic Rose #EFC3D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.33%

R = 36.71%
G = 29.95%
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

#EFC3D9 (or 0xEFC3D9) is known color: Classic Rose. HEX triplet: EF, C3 and D9. RGB value is (239,195,217). Sum of RGB (Red+Green+Blue) = 239+195+217=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3D9 is #103C26. Grayscale: #D2D2D2. Windows color (decimal): -1063975 or 14271471. OLE color: 14271471.

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

Color convert

RGB 239 195 217 -
CMYK 0 0.18 0.09 0.06
HSL 330º 0.58% 0.85% -
HSV(B) 330º 0.18% 0.94% -
XYZ 67.64 62.39 74.12 -
YUV 210.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 239 195 217 0 0.18 0.09 0.06 330 0.58 0.85
Hex EF C3 D9 0 12 9 6 14A 3A 55
Octal 357 303 331 0 22 11 6 512 72 125
Binary 11101111 11000011 11011001 0 10010 1001 110 101001010 111010 1010101

Color Harmonies of #EFC3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3D9

Black with #EFC3D9

Text Example


Text Example

White with #EFC3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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