Html Css Color HEX #EBDDEE Selago

📋 copy color: '#EBDDEE'

red 235 ◦ green 221 ◦ blue 238

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

Shades of Selago #EBDDEE

Tints of Selago #EBDDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.29%

R = 33.86%
G = 31.84%
B = 34.29%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBDDEE (or 0xEBDDEE) is known color: Selago. HEX triplet: EB, DD and EE. RGB value is (235,221,238). Sum of RGB (Red+Green+Blue) = 235+221+238=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBDDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDEE is #142211. Grayscale: #E3E3E3. Windows color (decimal): -1319442 or 15654379. OLE color: 15654379.

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

Color convert

RGB 235 221 238 -
CMYK 0.01 0.07 0 0.07
HSL 289.41º 0.33% 0.9% -
HSV(B) 289.41º 0.07% 0.93% -
XYZ 75.55 75.55 91.49 -
YUV 227.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 235 221 238 0.01 0.07 0 0.07 289.41 0.33 0.9
Hex EB DD EE 1 7 0 7 121 21 5A
Octal 353 335 356 1 7 0 7 441 41 132
Binary 11101011 11011101 11101110 1 111 0 111 100100001 100001 1011010

Color Harmonies of #EBDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDEE

Black with #EBDDEE

Text Example


Text Example

White with #EBDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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