Html Css Color HEX #EBF2BE Chiffon

📋 copy color: '#EBF2BE'

red 235 ◦ green 242 ◦ blue 190

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

Shades of Chiffon #EBF2BE

Tints of Chiffon #EBF2BE

RGB

 RED value IS 235 (92.19% from 255) = 35.23%

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

 BLUE value IS 190 (74.61% from 255) = 28.49%

R = 35.23%
G = 36.28%
B = 28.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#EBF2BE (or 0xEBF2BE) is known color: Chiffon. HEX triplet: EB, F2 and BE. RGB value is (235,242,190). Sum of RGB (Red+Green+Blue) = 235+242+190=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 190 (74.61% from 255 or 28.49% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2BE is #140D41. Grayscale: #EAEAEA. Windows color (decimal): -1314114 or 12514027. OLE color: 12514027.

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

Color convert

RGB 235 242 190 -
CMYK 0.03 0 0.21 0.05
HSL 68.08º 0.67% 0.85% -
HSV(B) 68.08º 0.21% 0.95% -
XYZ 75.31 84.88 61.13 -
YUV 233.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 235 242 190 0.03 0 0.21 0.05 68.08 0.67 0.85
Hex EB F2 BE 3 0 15 5 44 43 55
Octal 353 362 276 3 0 25 5 104 103 125
Binary 11101011 11110010 10111110 11 0 10101 101 1000100 1000011 1010101

Color Harmonies of #EBF2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2BE

Black with #EBF2BE

Text Example


Text Example

White with #EBF2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2BE; }

 p { color: rgb(235,242,190); }

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

background-color css

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

 a { background-color: rgb(235,242,190); }

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

border-color css

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

 span { border-color: rgb(235,242,190); }

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