Html Css Color HEX #EFCAF0 Snuff

📋 copy color: '#EFCAF0'

red 239 ◦ green 202 ◦ blue 240

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

Shades of Snuff #EFCAF0

Tints of Snuff #EFCAF0

RGB

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

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

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

R = 35.1%
G = 29.66%
B = 35.24%

CMYK

 C value IS 0.00

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFCAF0 (or 0xEFCAF0) is known color: Snuff. HEX triplet: EF, CA and F0. RGB value is (239,202,240). Sum of RGB (Red+Green+Blue) = 239+202+240=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFCAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAF0 is #10350F. Grayscale: #D9D9D9. Windows color (decimal): -1062160 or 15780591. OLE color: 15780591.

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

Color convert

RGB 239 202 240 -
CMYK 0.00 0.16 0 0.06
HSL 298.42º 0.56% 0.87% -
HSV(B) 298.42º 0.16% 0.94% -
XYZ 72.45 66.88 91.53 -
YUV 217.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 239 202 240 0.00 0.16 0 0.06 298.42 0.56 0.87
Hex EF CA F0 0 10 0 6 12A 38 57
Octal 357 312 360 0 20 0 6 452 70 127
Binary 11101111 11001010 11110000 0 10000 0 110 100101010 111000 1010111

Color Harmonies of #EFCAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAF0

Black with #EFCAF0

Text Example


Text Example

White with #EFCAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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