Html Css Color HEX #EDF3C2 Chiffon

📋 copy color: '#EDF3C2'

red 237 ◦ green 243 ◦ blue 194

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

Shades of Chiffon #EDF3C2

Tints of Chiffon #EDF3C2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.05%

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

R = 35.16%
G = 36.05%
B = 28.78%

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

#EDF3C2 (or 0xEDF3C2) is known color: Chiffon. HEX triplet: ED, F3 and C2. RGB value is (237,243,194). Sum of RGB (Red+Green+Blue) = 237+243+194=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 194 (76.17% from 255 or 28.78% from 674); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3C2 is #120C3D. Grayscale: #EBEBEB. Windows color (decimal): -1182782 or 12776429. OLE color: 12776429.

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

Color convert

RGB 237 243 194 -
CMYK 0.02 0 0.20 0.05
HSL 67.35º 0.67% 0.86% -
HSV(B) 67.35º 0.2% 0.95% -
XYZ 76.71 86 63.6 -
YUV 235.62 104.51 128.98 -
System Red Green Blue C M Y K H S L
Decimal 237 243 194 0.02 0 0.20 0.05 67.35 0.67 0.86
Hex ED F3 C2 2 0 14 5 43 43 56
Octal 355 363 302 2 0 24 5 103 103 126
Binary 11101101 11110011 11000010 10 0 10100 101 1000011 1000011 1010110

Color Harmonies of #EDF3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF3C2

Black with #EDF3C2

Text Example


Text Example

White with #EDF3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF3C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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