Html Css Color HEX #EFC3D8 Classic Rose

📋 copy color: '#EFC3D8'

red 239 ◦ green 195 ◦ blue 216

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

Shades of Classic Rose #EFC3D8

Tints of Classic Rose #EFC3D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.23%

R = 36.77%
G = 30%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFC3D8 (or 0xEFC3D8) is known color: Classic Rose. HEX triplet: EF, C3 and D8. RGB value is (239,195,216). Sum of RGB (Red+Green+Blue) = 239+195+216=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 195 (76.56% from 255 or 30% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3D8 is #103C27. Grayscale: #D2D2D2. Windows color (decimal): -1063976 or 14205935. OLE color: 14205935.

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

Color convert

RGB 239 195 216 -
CMYK 0 0.18 0.10 0.06
HSL 331.36º 0.58% 0.85% -
HSV(B) 331.36º 0.18% 0.94% -
XYZ 67.51 62.34 73.44 -
YUV 210.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 239 195 216 0 0.18 0.10 0.06 331.36 0.58 0.85
Hex EF C3 D8 0 12 A 6 14B 3A 55
Octal 357 303 330 0 22 12 6 513 72 125
Binary 11101111 11000011 11011000 0 10010 1010 110 101001011 111010 1010101

Color Harmonies of #EFC3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3D8

Black with #EFC3D8

Text Example


Text Example

White with #EFC3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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