Html Css Color HEX #EBD3CE Ebb

📋 copy color: '#EBD3CE'

red 235 ◦ green 211 ◦ blue 206

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

Shades of Ebb #EBD3CE

Tints of Ebb #EBD3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.36%

 BLUE value IS 206 (80.86% from 255) = 31.6%

R = 36.04%
G = 32.36%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBD3CE (or 0xEBD3CE) is known color: Ebb. HEX triplet: EB, D3 and CE. RGB value is (235,211,206). Sum of RGB (Red+Green+Blue) = 235+211+206=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3CE is #142C31. Grayscale: #D9D9D9. Windows color (decimal): -1322034 or 13554667. OLE color: 13554667.

HSL color Cylindrical-coordinate representation of color #EBD3CE: hue angle of 10.34º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBD3CE is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 211 206 -
CMYK 0 0.10 0.12 0.08
HSL 10.34º 0.42% 0.86% -
HSV(B) 10.34º 0.12% 0.92% -
XYZ 68.7 68.71 68.03 -
YUV 217.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 235 211 206 0 0.10 0.12 0.08 10.34 0.42 0.86
Hex EB D3 CE 0 A C 8 A 2A 56
Octal 353 323 316 0 12 14 10 12 52 126
Binary 11101011 11010011 11001110 0 1010 1100 1000 1010 101010 1010110

Color Harmonies of #EBD3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD3CE

Black with #EBD3CE

Text Example


Text Example

White with #EBD3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD3CE; }

 p { color: rgb(235,211,206); }

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

background-color css

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

 a { background-color: rgb(235,211,206); }

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

border-color css

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

 span { border-color: rgb(235,211,206); }

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