Html Css Color HEX #EFCCE8 Snuff

📋 copy color: '#EFCCE8'

red 239 ◦ green 204 ◦ blue 232

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

Shades of Snuff #EFCCE8

Tints of Snuff #EFCCE8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.22%

 BLUE value IS 232 (91.02% from 255) = 34.37%

R = 35.41%
G = 30.22%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFCCE8 (or 0xEFCCE8) is known color: Snuff. HEX triplet: EF, CC and E8. RGB value is (239,204,232). Sum of RGB (Red+Green+Blue) = 239+204+232=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCE8 is #103317. Grayscale: #D9D9D9. Windows color (decimal): -1061656 or 15256815. OLE color: 15256815.

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

Color convert

RGB 239 204 232 -
CMYK 0 0.15 0.03 0.06
HSL 312º 0.52% 0.87% -
HSV(B) 312º 0.15% 0.94% -
XYZ 71.75 67.36 85.56 -
YUV 217.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 239 204 232 0 0.15 0.03 0.06 312 0.52 0.87
Hex EF CC E8 0 F 3 6 138 34 57
Octal 357 314 350 0 17 3 6 470 64 127
Binary 11101111 11001100 11101000 0 1111 11 110 100111000 110100 1010111

Color Harmonies of #EFCCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCE8

Black with #EFCCE8

Text Example


Text Example

White with #EFCCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCE8; }

 p { color: rgb(239,204,232); }

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

background-color css

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

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

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

border-color css

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

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

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