Html Css Color HEX #EDF2C2 Chiffon

📋 copy color: '#EDF2C2'

red 237 ◦ green 242 ◦ blue 194

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

Shades of Chiffon #EDF2C2

Tints of Chiffon #EDF2C2

RGB

 RED value IS 237 (92.97% from 255) = 35.22%

 GREEN value IS 242 (94.92% from 255) = 35.96%

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

R = 35.22%
G = 35.96%
B = 28.83%

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

#EDF2C2 (or 0xEDF2C2) is known color: Chiffon. HEX triplet: ED, F2 and C2. RGB value is (237,242,194). Sum of RGB (Red+Green+Blue) = 237+242+194=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 194 (76.17% from 255 or 28.83% from 673); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2C2 is #120D3D. Grayscale: #EBEBEB. Windows color (decimal): -1183038 or 12776173. OLE color: 12776173.

HSL color Cylindrical-coordinate representation of color #EDF2C2: hue angle of 66.25º degrees, saturation: 0.65, 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 #EDF2C2 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 194 -
CMYK 0.02 0 0.20 0.05
HSL 66.25º 0.65% 0.85% -
HSV(B) 66.25º 0.2% 0.95% -
XYZ 76.41 85.4 63.5 -
YUV 235.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 237 242 194 0.02 0 0.20 0.05 66.25 0.65 0.85
Hex ED F2 C2 2 0 14 5 42 41 55
Octal 355 362 302 2 0 24 5 102 101 125
Binary 11101101 11110010 11000010 10 0 10100 101 1000010 1000001 1010101

Color Harmonies of #EDF2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2C2

Black with #EDF2C2

Text Example


Text Example

White with #EDF2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2C2; }

 p { color: rgb(237,242,194); }

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

background-color css

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

 a { background-color: rgb(237,242,194); }

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

border-color css

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

 span { border-color: rgb(237,242,194); }

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