Html Css Color HEX #EBDDEC Selago

📋 copy color: '#EBDDEC'

red 235 ◦ green 221 ◦ blue 236

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

Shades of Selago #EBDDEC

Tints of Selago #EBDDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.94%

 BLUE value IS 236 (92.58% from 255) = 34.1%

R = 33.96%
G = 31.94%
B = 34.1%

CMYK

 C value IS 0.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBDDEC (or 0xEBDDEC) is known color: Selago. HEX triplet: EB, DD and EC. RGB value is (235,221,236). Sum of RGB (Red+Green+Blue) = 235+221+236=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBDDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDEC is #142213. Grayscale: #E2E2E2. Windows color (decimal): -1319444 or 15523307. OLE color: 15523307.

HSL color Cylindrical-coordinate representation of color #EBDDEC: hue angle of 296º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBDDEC is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 221 236 -
CMYK 0.00 0.06 0 0.07
HSL 296º 0.28% 0.9% -
HSV(B) 296º 0.06% 0.93% -
XYZ 75.26 75.43 89.95 -
YUV 226.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 235 221 236 0.00 0.06 0 0.07 296 0.28 0.9
Hex EB DD EC 0 6 0 7 128 1C 5A
Octal 353 335 354 0 6 0 7 450 34 132
Binary 11101011 11011101 11101100 0 110 0 111 100101000 11100 1011010

Color Harmonies of #EBDDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDEC

Black with #EBDDEC

Text Example


Text Example

White with #EBDDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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