Html Css Color HEX #ECCAF0 Snuff

📋 copy color: '#ECCAF0'

red 236 ◦ green 202 ◦ blue 240

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

Shades of Snuff #ECCAF0

Tints of Snuff #ECCAF0

RGB

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

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

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

R = 34.81%
G = 29.79%
B = 35.4%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECCAF0 (or 0xECCAF0) is known color: Snuff. HEX triplet: EC, CA and F0. RGB value is (236,202,240). Sum of RGB (Red+Green+Blue) = 236+202+240=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECCAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAF0 is #13350F. Grayscale: #D8D8D8. Windows color (decimal): -1258768 or 15780588. OLE color: 15780588.

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

Color convert

RGB 236 202 240 -
CMYK 0.02 0.16 0 0.06
HSL 293.68º 0.56% 0.87% -
HSV(B) 293.68º 0.16% 0.94% -
XYZ 71.44 66.37 91.48 -
YUV 216.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 236 202 240 0.02 0.16 0 0.06 293.68 0.56 0.87
Hex EC CA F0 2 10 0 6 126 38 57
Octal 354 312 360 2 20 0 6 446 70 127
Binary 11101100 11001010 11110000 10 10000 0 110 100100110 111000 1010111

Color Harmonies of #ECCAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCAF0

Black with #ECCAF0

Text Example


Text Example

White with #ECCAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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