Html Css Color HEX #EBDBEC Selago

📋 copy color: '#EBDBEC'

red 235 ◦ green 219 ◦ blue 236

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

Shades of Selago #EBDBEC

Tints of Selago #EBDBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.74%

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

R = 34.06%
G = 31.74%
B = 34.2%

CMYK

 C value IS 0.00

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBDBEC (or 0xEBDBEC) is known color: Selago. HEX triplet: EB, DB and EC. RGB value is (235,219,236). Sum of RGB (Red+Green+Blue) = 235+219+236=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBDBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBEC is #142413. Grayscale: #E1E1E1. Windows color (decimal): -1319956 or 15522795. OLE color: 15522795.

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

Color convert

RGB 235 219 236 -
CMYK 0.00 0.07 0 0.07
HSL 296.47º 0.31% 0.89% -
HSV(B) 296.47º 0.07% 0.93% -
XYZ 74.73 74.38 89.78 -
YUV 225.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 235 219 236 0.00 0.07 0 0.07 296.47 0.31 0.89
Hex EB DB EC 0 7 0 7 128 1F 59
Octal 353 333 354 0 7 0 7 450 37 131
Binary 11101011 11011011 11101100 0 111 0 111 100101000 11111 1011001

Color Harmonies of #EBDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBEC

Black with #EBDBEC

Text Example


Text Example

White with #EBDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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