Html Css Color HEX #EFCAED Snuff

📋 copy color: '#EFCAED'

red 239 ◦ green 202 ◦ blue 237

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

Shades of Snuff #EFCAED

Tints of Snuff #EFCAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.96%

R = 35.25%
G = 29.79%
B = 34.96%

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

#EFCAED (or 0xEFCAED) is known color: Snuff. HEX triplet: EF, CA and ED. RGB value is (239,202,237). Sum of RGB (Red+Green+Blue) = 239+202+237=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAED is #103512. Grayscale: #D8D8D8. Windows color (decimal): -1062163 or 15583983. OLE color: 15583983.

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

Color convert

RGB 239 202 237 -
CMYK 0 0.15 0.01 0.06
HSL 303.24º 0.54% 0.86% -
HSV(B) 303.24º 0.15% 0.94% -
XYZ 72 66.71 89.2 -
YUV 217.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 239 202 237 0 0.15 0.01 0.06 303.24 0.54 0.86
Hex EF CA ED 0 F 1 6 12F 36 56
Octal 357 312 355 0 17 1 6 457 66 126
Binary 11101111 11001010 11101101 0 1111 1 110 100101111 110110 1010110

Color Harmonies of #EFCAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAED

Black with #EFCAED

Text Example


Text Example

White with #EFCAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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