Html Css Color HEX #EBF2DD Saltpan

📋 copy color: '#EBF2DD'

red 235 ◦ green 242 ◦ blue 221

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

Shades of Saltpan #EBF2DD

Tints of Saltpan #EBF2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.66%

R = 33.67%
G = 34.67%
B = 31.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#EBF2DD (or 0xEBF2DD) is known color: Saltpan. HEX triplet: EB, F2 and DD. RGB value is (235,242,221). Sum of RGB (Red+Green+Blue) = 235+242+221=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2DD is #140D22. Grayscale: #EDEDED. Windows color (decimal): -1314083 or 14545643. OLE color: 14545643.

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

Color convert

RGB 235 242 221 -
CMYK 0.03 0 0.09 0.05
HSL 80º 0.45% 0.91% -
HSV(B) 80º 0.09% 0.95% -
XYZ 79.06 86.39 80.91 -
YUV 237.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 235 242 221 0.03 0 0.09 0.05 80 0.45 0.91
Hex EB F2 DD 3 0 9 5 50 2D 5B
Octal 353 362 335 3 0 11 5 120 55 133
Binary 11101011 11110010 11011101 11 0 1001 101 1010000 101101 1011011

Color Harmonies of #EBF2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2DD

Black with #EBF2DD

Text Example


Text Example

White with #EBF2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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