Html Css Color HEX #EFCAEC Snuff

📋 copy color: '#EFCAEC'

red 239 ◦ green 202 ◦ blue 236

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

Shades of Snuff #EFCAEC

Tints of Snuff #EFCAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.86%

R = 35.3%
G = 29.84%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFCAEC (or 0xEFCAEC) is known color: Snuff. HEX triplet: EF, CA and EC. RGB value is (239,202,236). Sum of RGB (Red+Green+Blue) = 239+202+236=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAEC is #103513. Grayscale: #D8D8D8. Windows color (decimal): -1062164 or 15518447. OLE color: 15518447.

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

Color convert

RGB 239 202 236 -
CMYK 0 0.15 0.01 0.06
HSL 304.86º 0.54% 0.86% -
HSV(B) 304.86º 0.15% 0.94% -
XYZ 71.86 66.65 88.43 -
YUV 216.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 239 202 236 0 0.15 0.01 0.06 304.86 0.54 0.86
Hex EF CA EC 0 F 1 6 131 36 56
Octal 357 312 354 0 17 1 6 461 66 126
Binary 11101111 11001010 11101100 0 1111 1 110 100110001 110110 1010110

Color Harmonies of #EFCAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAEC

Black with #EFCAEC

Text Example


Text Example

White with #EFCAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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