Html Css Color HEX #EFC5F0 Snuff

📋 copy color: '#EFC5F0'

red 239 ◦ green 197 ◦ blue 240

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

Shades of Snuff #EFC5F0

Tints of Snuff #EFC5F0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.14%

 BLUE value IS 240 (94.14% from 255) = 35.5%

R = 35.36%
G = 29.14%
B = 35.5%

CMYK

 C value IS 0.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFC5F0 (or 0xEFC5F0) is known color: Snuff. HEX triplet: EF, C5 and F0. RGB value is (239,197,240). Sum of RGB (Red+Green+Blue) = 239+197+240=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 197 (77.34% from 255 or 29.14% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFC5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5F0 is #103A0F. Grayscale: #D6D6D6. Windows color (decimal): -1063440 or 15779311. OLE color: 15779311.

HSL color Cylindrical-coordinate representation of color #EFC5F0: hue angle of 298.6º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC5F0 is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 197 240 -
CMYK 0.00 0.18 0 0.06
HSL 298.6º 0.59% 0.86% -
HSV(B) 298.6º 0.18% 0.94% -
XYZ 71.29 64.57 91.14 -
YUV 214.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 239 197 240 0.00 0.18 0 0.06 298.6 0.59 0.86
Hex EF C5 F0 0 12 0 6 12B 3B 56
Octal 357 305 360 0 22 0 6 453 73 126
Binary 11101111 11000101 11110000 0 10010 0 110 100101011 111011 1010110

Color Harmonies of #EFC5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5F0

Black with #EFC5F0

Text Example


Text Example

White with #EFC5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5F0; }

 p { color: rgb(239,197,240); }

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

background-color css

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

 a { background-color: rgb(239,197,240); }

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

border-color css

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

 span { border-color: rgb(239,197,240); }

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