Html Css Color HEX #EDF2BD Chiffon

📋 copy color: '#EDF2BD'

red 237 ◦ green 242 ◦ blue 189

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

Shades of Chiffon #EDF2BD

Tints of Chiffon #EDF2BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 28.29%

R = 35.48%
G = 36.23%
B = 28.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#EDF2BD (or 0xEDF2BD) is known color: Chiffon. HEX triplet: ED, F2 and BD. RGB value is (237,242,189). Sum of RGB (Red+Green+Blue) = 237+242+189=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 189 (74.22% from 255 or 28.29% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2BD is #120D42. Grayscale: #EAEAEA. Windows color (decimal): -1183043 or 12448493. OLE color: 12448493.

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

Color convert

RGB 237 242 189 -
CMYK 0.02 0 0.22 0.05
HSL 65.66º 0.67% 0.85% -
HSV(B) 65.66º 0.22% 0.95% -
XYZ 75.86 85.18 60.59 -
YUV 234.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 237 242 189 0.02 0 0.22 0.05 65.66 0.67 0.85
Hex ED F2 BD 2 0 16 5 42 43 55
Octal 355 362 275 2 0 26 5 102 103 125
Binary 11101101 11110010 10111101 10 0 10110 101 1000010 1000011 1010101

Color Harmonies of #EDF2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2BD

Black with #EDF2BD

Text Example


Text Example

White with #EDF2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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