Html Css Color HEX #EBF1BD Chiffon

📋 copy color: '#EBF1BD'

red 235 ◦ green 241 ◦ blue 189

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

Shades of Chiffon #EBF1BD

Tints of Chiffon #EBF1BD

RGB

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

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

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

R = 35.34%
G = 36.24%
B = 28.42%

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

#EBF1BD (or 0xEBF1BD) is known color: Chiffon. HEX triplet: EB, F1 and BD. RGB value is (235,241,189). Sum of RGB (Red+Green+Blue) = 235+241+189=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1BD is #140E42. Grayscale: #E9E9E9. Windows color (decimal): -1314371 or 12448235. OLE color: 12448235.

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

Color convert

RGB 235 241 189 -
CMYK 0.02 0 0.22 0.05
HSL 66.92º 0.65% 0.84% -
HSV(B) 66.92º 0.22% 0.95% -
XYZ 74.9 84.25 60.46 -
YUV 233.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 235 241 189 0.02 0 0.22 0.05 66.92 0.65 0.84
Hex EB F1 BD 2 0 16 5 43 41 54
Octal 353 361 275 2 0 26 5 103 101 124
Binary 11101011 11110001 10111101 10 0 10110 101 1000011 1000001 1010100

Color Harmonies of #EBF1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF1BD

Black with #EBF1BD

Text Example


Text Example

White with #EBF1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF1BD; }

 p { color: rgb(235,241,189); }

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

background-color css

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

 a { background-color: rgb(235,241,189); }

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

border-color css

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

 span { border-color: rgb(235,241,189); }

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