Html Css Color HEX #EFC4D5 Classic Rose

📋 copy color: '#EFC4D5'

red 239 ◦ green 196 ◦ blue 213

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

Shades of Classic Rose #EFC4D5

Tints of Classic Rose #EFC4D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.87%

R = 36.88%
G = 30.25%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFC4D5 (or 0xEFC4D5) is known color: Classic Rose. HEX triplet: EF, C4 and D5. RGB value is (239,196,213). Sum of RGB (Red+Green+Blue) = 239+196+213=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 196 (76.95% from 255 or 30.25% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4D5 is #103B2A. Grayscale: #D2D2D2. Windows color (decimal): -1063723 or 14009583. OLE color: 14009583.

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

Color convert

RGB 239 196 213 -
CMYK 0 0.18 0.11 0.06
HSL 336.28º 0.57% 0.85% -
HSV(B) 336.28º 0.18% 0.94% -
XYZ 67.35 62.63 71.49 -
YUV 210.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 239 196 213 0 0.18 0.11 0.06 336.28 0.57 0.85
Hex EF C4 D5 0 12 B 6 150 39 55
Octal 357 304 325 0 22 13 6 520 71 125
Binary 11101111 11000100 11010101 0 10010 1011 110 101010000 111001 1010101

Color Harmonies of #EFC4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4D5

Black with #EFC4D5

Text Example


Text Example

White with #EFC4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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