Html Css Color HEX #EFCAEF Snuff

📋 copy color: '#EFCAEF'

red 239 ◦ green 202 ◦ blue 239

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

Shades of Snuff #EFCAEF

Tints of Snuff #EFCAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.15%

R = 35.15%
G = 29.71%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFCAEF (or 0xEFCAEF) is known color: Snuff. HEX triplet: EF, CA and EF. RGB value is (239,202,239). Sum of RGB (Red+Green+Blue) = 239+202+239=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFCAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAEF is #103510. Grayscale: #D9D9D9. Windows color (decimal): -1062161 or 15715055. OLE color: 15715055.

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

Color convert

RGB 239 202 239 -
CMYK 0 0.15 0 0.06
HSL 300º 0.54% 0.86% -
HSV(B) 300º 0.15% 0.94% -
XYZ 72.3 66.82 90.75 -
YUV 217.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 239 202 239 0 0.15 0 0.06 300 0.54 0.86
Hex EF CA EF 0 F 0 6 12C 36 56
Octal 357 312 357 0 17 0 6 454 66 126
Binary 11101111 11001010 11101111 0 1111 0 110 100101100 110110 1010110

Color Harmonies of #EFCAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAEF

Black with #EFCAEF

Text Example


Text Example

White with #EFCAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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