Html Css Color HEX #EFC4D4 Classic Rose

📋 copy color: '#EFC4D4'

red 239 ◦ green 196 ◦ blue 212

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

Shades of Classic Rose #EFC4D4

Tints of Classic Rose #EFC4D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.77%

R = 36.94%
G = 30.29%
B = 32.77%

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

#EFC4D4 (or 0xEFC4D4) is known color: Classic Rose. HEX triplet: EF, C4 and D4. RGB value is (239,196,212). Sum of RGB (Red+Green+Blue) = 239+196+212=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 196 (76.95% from 255 or 30.29% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4D4 is #103B2B. Grayscale: #D2D2D2. Windows color (decimal): -1063724 or 13944047. OLE color: 13944047.

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

Color convert

RGB 239 196 212 -
CMYK 0 0.18 0.11 0.06
HSL 337.67º 0.57% 0.85% -
HSV(B) 337.67º 0.18% 0.94% -
XYZ 67.22 62.58 70.82 -
YUV 210.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 239 196 212 0 0.18 0.11 0.06 337.67 0.57 0.85
Hex EF C4 D4 0 12 B 6 152 39 55
Octal 357 304 324 0 22 13 6 522 71 125
Binary 11101111 11000100 11010100 0 10010 1011 110 101010010 111001 1010101

Color Harmonies of #EFC4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4D4

Black with #EFC4D4

Text Example


Text Example

White with #EFC4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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