Html Css Color HEX #EFCAEE Snuff

📋 copy color: '#EFCAEE'

red 239 ◦ green 202 ◦ blue 238

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

Shades of Snuff #EFCAEE

Tints of Snuff #EFCAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.05%

R = 35.2%
G = 29.75%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFCAEE (or 0xEFCAEE) is known color: Snuff. HEX triplet: EF, CA and EE. RGB value is (239,202,238). Sum of RGB (Red+Green+Blue) = 239+202+238=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAEE is #103511. Grayscale: #D9D9D9. Windows color (decimal): -1062162 or 15649519. OLE color: 15649519.

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

Color convert

RGB 239 202 238 -
CMYK 0 0.15 0.00 0.06
HSL 301.62º 0.54% 0.86% -
HSV(B) 301.62º 0.15% 0.94% -
XYZ 72.15 66.76 89.97 -
YUV 217.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 239 202 238 0 0.15 0.00 0.06 301.62 0.54 0.86
Hex EF CA EE 0 F 0 6 12E 36 56
Octal 357 312 356 0 17 0 6 456 66 126
Binary 11101111 11001010 11101110 0 1111 0 110 100101110 110110 1010110

Color Harmonies of #EFCAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAEE

Black with #EFCAEE

Text Example


Text Example

White with #EFCAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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