Html Css Color HEX #EFC4DF Classic Rose

📋 copy color: '#EFC4DF'

red 239 ◦ green 196 ◦ blue 223

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

Shades of Classic Rose #EFC4DF

Tints of Classic Rose #EFC4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.89%

R = 36.32%
G = 29.79%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFC4DF (or 0xEFC4DF) is known color: Classic Rose. HEX triplet: EF, C4 and DF. RGB value is (239,196,223). Sum of RGB (Red+Green+Blue) = 239+196+223=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 196 (76.95% from 255 or 29.79% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4DF is #103B20. Grayscale: #D3D3D3. Windows color (decimal): -1063713 or 14664943. OLE color: 14664943.

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

Color convert

RGB 239 196 223 -
CMYK 0 0.18 0.07 0.06
HSL 322.33º 0.57% 0.85% -
HSV(B) 322.33º 0.18% 0.94% -
XYZ 68.66 63.16 78.38 -
YUV 211.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 239 196 223 0 0.18 0.07 0.06 322.33 0.57 0.85
Hex EF C4 DF 0 12 7 6 142 39 55
Octal 357 304 337 0 22 7 6 502 71 125
Binary 11101111 11000100 11011111 0 10010 111 110 101000010 111001 1010101

Color Harmonies of #EFC4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4DF

Black with #EFC4DF

Text Example


Text Example

White with #EFC4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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