Html Css Color HEX #ECF1C2 Chiffon

📋 copy color: '#ECF1C2'

red 236 ◦ green 241 ◦ blue 194

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

Shades of Chiffon #ECF1C2

Tints of Chiffon #ECF1C2

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.92%

 BLUE value IS 194 (76.17% from 255) = 28.91%

R = 35.17%
G = 35.92%
B = 28.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#ECF1C2 (or 0xECF1C2) is known color: Chiffon. HEX triplet: EC, F1 and C2. RGB value is (236,241,194). Sum of RGB (Red+Green+Blue) = 236+241+194=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 194 (76.17% from 255 or 28.91% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1C2 is #130E3D. Grayscale: #EAEAEA. Windows color (decimal): -1248830 or 12775916. OLE color: 12775916.

HSL color Cylindrical-coordinate representation of color #ECF1C2: hue angle of 66.38º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECF1C2 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 241 194 -
CMYK 0.02 0 0.20 0.05
HSL 66.38º 0.63% 0.85% -
HSV(B) 66.38º 0.2% 0.95% -
XYZ 75.78 84.64 63.38 -
YUV 234.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 236 241 194 0.02 0 0.20 0.05 66.38 0.63 0.85
Hex EC F1 C2 2 0 14 5 42 3F 55
Octal 354 361 302 2 0 24 5 102 77 125
Binary 11101100 11110001 11000010 10 0 10100 101 1000010 111111 1010101

Color Harmonies of #ECF1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF1C2

Black with #ECF1C2

Text Example


Text Example

White with #ECF1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF1C2; }

 p { color: rgb(236,241,194); }

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

background-color css

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

 a { background-color: rgb(236,241,194); }

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

border-color css

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

 span { border-color: rgb(236,241,194); }

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