Html Css Color HEX #EFC4D7 Classic Rose

📋 copy color: '#EFC4D7'

red 239 ◦ green 196 ◦ blue 215

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

Shades of Classic Rose #EFC4D7

Tints of Classic Rose #EFC4D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.08%

R = 36.77%
G = 30.15%
B = 33.08%

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

#EFC4D7 (or 0xEFC4D7) is known color: Classic Rose. HEX triplet: EF, C4 and D7. RGB value is (239,196,215). Sum of RGB (Red+Green+Blue) = 239+196+215=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 196 (76.95% from 255 or 30.15% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4D7 is #103B28. Grayscale: #D2D2D2. Windows color (decimal): -1063721 or 14140655. OLE color: 14140655.

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

Color convert

RGB 239 196 215 -
CMYK 0 0.18 0.10 0.06
HSL 333.49º 0.57% 0.85% -
HSV(B) 333.49º 0.18% 0.94% -
XYZ 67.6 62.74 72.84 -
YUV 211.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 239 196 215 0 0.18 0.10 0.06 333.49 0.57 0.85
Hex EF C4 D7 0 12 A 6 14D 39 55
Octal 357 304 327 0 22 12 6 515 71 125
Binary 11101111 11000100 11010111 0 10010 1010 110 101001101 111001 1010101

Color Harmonies of #EFC4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4D7

Black with #EFC4D7

Text Example


Text Example

White with #EFC4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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