Html Css Color HEX #EFC3D6 Classic Rose

📋 copy color: '#EFC3D6'

red 239 ◦ green 195 ◦ blue 214

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

Shades of Classic Rose #EFC3D6

Tints of Classic Rose #EFC3D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.02%

R = 36.88%
G = 30.09%
B = 33.02%

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

#EFC3D6 (or 0xEFC3D6) is known color: Classic Rose. HEX triplet: EF, C3 and D6. RGB value is (239,195,214). Sum of RGB (Red+Green+Blue) = 239+195+214=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 195 (76.56% from 255 or 30.09% from 648); Blue value is 214 (83.98% from 255 or 33.02% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3D6 is #103C29. Grayscale: #D2D2D2. Windows color (decimal): -1063978 or 14074863. OLE color: 14074863.

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

Color convert

RGB 239 195 214 -
CMYK 0 0.18 0.10 0.06
HSL 334.09º 0.58% 0.85% -
HSV(B) 334.09º 0.18% 0.94% -
XYZ 67.25 62.24 72.09 -
YUV 210.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 239 195 214 0 0.18 0.10 0.06 334.09 0.58 0.85
Hex EF C3 D6 0 12 A 6 14E 3A 55
Octal 357 303 326 0 22 12 6 516 72 125
Binary 11101111 11000011 11010110 0 10010 1010 110 101001110 111010 1010101

Color Harmonies of #EFC3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3D6

Black with #EFC3D6

Text Example


Text Example

White with #EFC3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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