Html Css Color HEX #EFC4D6 Classic Rose

📋 copy color: '#EFC4D6'

red 239 ◦ green 196 ◦ blue 214

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

Shades of Classic Rose #EFC4D6

Tints of Classic Rose #EFC4D6

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.2%

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

R = 36.83%
G = 30.2%
B = 32.97%

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

#EFC4D6 (or 0xEFC4D6) is known color: Classic Rose. HEX triplet: EF, C4 and D6. RGB value is (239,196,214). Sum of RGB (Red+Green+Blue) = 239+196+214=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 214 (83.98% from 255 or 32.97% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4D6 is #103B29. Grayscale: #D2D2D2. Windows color (decimal): -1063722 or 14075119. OLE color: 14075119.

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

Color convert

RGB 239 196 214 -
CMYK 0 0.18 0.10 0.06
HSL 334.88º 0.57% 0.85% -
HSV(B) 334.88º 0.18% 0.94% -
XYZ 67.47 62.69 72.16 -
YUV 210.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 239 196 214 0 0.18 0.10 0.06 334.88 0.57 0.85
Hex EF C4 D6 0 12 A 6 14F 39 55
Octal 357 304 326 0 22 12 6 517 71 125
Binary 11101111 11000100 11010110 0 10010 1010 110 101001111 111001 1010101

Color Harmonies of #EFC4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4D6

Black with #EFC4D6

Text Example


Text Example

White with #EFC4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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