Html Css Color HEX #EFCEEB Snuff

📋 copy color: '#EFCEEB'

red 239 ◦ green 206 ◦ blue 235

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

Shades of Snuff #EFCEEB

Tints of Snuff #EFCEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.29%

 BLUE value IS 235 (92.19% from 255) = 34.56%

R = 35.15%
G = 30.29%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFCEEB (or 0xEFCEEB) is known color: Snuff. HEX triplet: EF, CE and EB. RGB value is (239,206,235). Sum of RGB (Red+Green+Blue) = 239+206+235=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEEB is #103114. Grayscale: #DBDBDB. Windows color (decimal): -1061141 or 15453935. OLE color: 15453935.

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

Color convert

RGB 239 206 235 -
CMYK 0 0.14 0.02 0.06
HSL 307.27º 0.51% 0.87% -
HSV(B) 307.27º 0.14% 0.94% -
XYZ 72.66 68.49 87.99 -
YUV 219.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 239 206 235 0 0.14 0.02 0.06 307.27 0.51 0.87
Hex EF CE EB 0 E 2 6 133 33 57
Octal 357 316 353 0 16 2 6 463 63 127
Binary 11101111 11001110 11101011 0 1110 10 110 100110011 110011 1010111

Color Harmonies of #EFCEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEEB

Black with #EFCEEB

Text Example


Text Example

White with #EFCEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEEB; }

 p { color: rgb(239,206,235); }

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

background-color css

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

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

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

border-color css

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

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

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