Html Css Color HEX #EBDEED Selago

📋 copy color: '#EBDEED'

red 235 ◦ green 222 ◦ blue 237

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

Shades of Selago #EBDEED

Tints of Selago #EBDEED

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.99%

 BLUE value IS 237 (92.97% from 255) = 34.15%

R = 33.86%
G = 31.99%
B = 34.15%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBDEED (or 0xEBDEED) is known color: Selago. HEX triplet: EB, DE and ED. RGB value is (235,222,237). Sum of RGB (Red+Green+Blue) = 235+222+237=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBDEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDEED is #142112. Grayscale: #E3E3E3. Windows color (decimal): -1319187 or 15589099. OLE color: 15589099.

HSL color Cylindrical-coordinate representation of color #EBDEED: hue angle of 292º degrees, saturation: 0.29, 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 #EBDEED is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 222 237 -
CMYK 0.01 0.06 0 0.07
HSL 292º 0.29% 0.9% -
HSV(B) 292º 0.06% 0.93% -
XYZ 75.67 76.02 90.81 -
YUV 227.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 235 222 237 0.01 0.06 0 0.07 292 0.29 0.9
Hex EB DE ED 1 6 0 7 124 1D 5A
Octal 353 336 355 1 6 0 7 444 35 132
Binary 11101011 11011110 11101101 1 110 0 111 100100100 11101 1011010

Color Harmonies of #EBDEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDEED

Black with #EBDEED

Text Example


Text Example

White with #EBDEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDEED; }

 p { color: rgb(235,222,237); }

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

background-color css

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

 a { background-color: rgb(235,222,237); }

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

border-color css

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

 span { border-color: rgb(235,222,237); }

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