Html Css Color HEX #EFCAF1 Snuff

📋 copy color: '#EFCAF1'

red 239 ◦ green 202 ◦ blue 241

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

Shades of Snuff #EFCAF1

Tints of Snuff #EFCAF1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.62%

 BLUE value IS 241 (94.53% from 255) = 35.34%

R = 35.04%
G = 29.62%
B = 35.34%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFCAF1 (or 0xEFCAF1) is known color: Snuff. HEX triplet: EF, CA and F1. RGB value is (239,202,241). Sum of RGB (Red+Green+Blue) = 239+202+241=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 202 (79.30% from 255 or 29.62% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFCAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAF1 is #10350E. Grayscale: #D9D9D9. Windows color (decimal): -1062159 or 15846127. OLE color: 15846127.

HSL color Cylindrical-coordinate representation of color #EFCAF1: hue angle of 296.92º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFCAF1 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 202 241 -
CMYK 0.01 0.16 0 0.05
HSL 296.92º 0.58% 0.87% -
HSV(B) 296.92º 0.16% 0.95% -
XYZ 72.59 66.94 92.31 -
YUV 217.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 239 202 241 0.01 0.16 0 0.05 296.92 0.58 0.87
Hex EF CA F1 1 10 0 5 129 3A 57
Octal 357 312 361 1 20 0 5 451 72 127
Binary 11101111 11001010 11110001 1 10000 0 101 100101001 111010 1010111

Color Harmonies of #EFCAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAF1

Black with #EFCAF1

Text Example


Text Example

White with #EFCAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAF1; }

 p { color: rgb(239,202,241); }

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

background-color css

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

 a { background-color: rgb(239,202,241); }

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

border-color css

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

 span { border-color: rgb(239,202,241); }

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