Html Css Color HEX #EBF2DF Saltpan

📋 copy color: '#EBF2DF'

red 235 ◦ green 242 ◦ blue 223

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

Shades of Saltpan #EBF2DF

Tints of Saltpan #EBF2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 31.86%

R = 33.57%
G = 34.57%
B = 31.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#EBF2DF (or 0xEBF2DF) is known color: Saltpan. HEX triplet: EB, F2 and DF. RGB value is (235,242,223). Sum of RGB (Red+Green+Blue) = 235+242+223=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2DF is #140D20. Grayscale: #EDEDED. Windows color (decimal): -1314081 or 14676715. OLE color: 14676715.

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

Color convert

RGB 235 242 223 -
CMYK 0.03 0 0.08 0.05
HSL 82.11º 0.42% 0.91% -
HSV(B) 82.11º 0.08% 0.95% -
XYZ 79.33 86.49 82.33 -
YUV 237.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 235 242 223 0.03 0 0.08 0.05 82.11 0.42 0.91
Hex EB F2 DF 3 0 8 5 52 2A 5B
Octal 353 362 337 3 0 10 5 122 52 133
Binary 11101011 11110010 11011111 11 0 1000 101 1010010 101010 1011011

Color Harmonies of #EBF2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2DF

Black with #EBF2DF

Text Example


Text Example

White with #EBF2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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