Html Css Color HEX #ECCFF0 Snuff

📋 copy color: '#ECCFF0'

red 236 ◦ green 207 ◦ blue 240

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

Shades of Snuff #ECCFF0

Tints of Snuff #ECCFF0

RGB

 RED value IS 236 (92.58% from 255) = 34.55%

 GREEN value IS 207 (81.25% from 255) = 30.31%

 BLUE value IS 240 (94.14% from 255) = 35.14%

R = 34.55%
G = 30.31%
B = 35.14%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECCFF0 (or 0xECCFF0) is known color: Snuff. HEX triplet: EC, CF and F0. RGB value is (236,207,240). Sum of RGB (Red+Green+Blue) = 236+207+240=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECCFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFF0 is #13300F. Grayscale: #DBDBDB. Windows color (decimal): -1257488 or 15781868. OLE color: 15781868.

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

Color convert

RGB 236 207 240 -
CMYK 0.02 0.14 0 0.06
HSL 292.73º 0.52% 0.88% -
HSV(B) 292.73º 0.14% 0.94% -
XYZ 72.63 68.75 91.88 -
YUV 219.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 236 207 240 0.02 0.14 0 0.06 292.73 0.52 0.88
Hex EC CF F0 2 E 0 6 125 34 58
Octal 354 317 360 2 16 0 6 445 64 130
Binary 11101100 11001111 11110000 10 1110 0 110 100100101 110100 1011000

Color Harmonies of #ECCFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCFF0

Black with #ECCFF0

Text Example


Text Example

White with #ECCFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCFF0; }

 p { color: rgb(236,207,240); }

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

background-color css

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

 a { background-color: rgb(236,207,240); }

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

border-color css

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

 span { border-color: rgb(236,207,240); }

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