Html Css Color HEX #EBD9EF Selago

📋 copy color: '#EBD9EF'

red 235 ◦ green 217 ◦ blue 239

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

Shades of Selago #EBD9EF

Tints of Selago #EBD9EF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.4%

 BLUE value IS 239 (93.75% from 255) = 34.59%

R = 34.01%
G = 31.4%
B = 34.59%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBD9EF (or 0xEBD9EF) is known color: Selago. HEX triplet: EB, D9 and EF. RGB value is (235,217,239). Sum of RGB (Red+Green+Blue) = 235+217+239=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBD9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD9EF is #142610. Grayscale: #E0E0E0. Windows color (decimal): -1320465 or 15718891. OLE color: 15718891.

HSL color Cylindrical-coordinate representation of color #EBD9EF: hue angle of 289.09º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBD9EF is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 217 239 -
CMYK 0.02 0.09 0 0.06
HSL 289.09º 0.41% 0.89% -
HSV(B) 289.09º 0.09% 0.94% -
XYZ 74.65 73.52 91.92 -
YUV 224.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 235 217 239 0.02 0.09 0 0.06 289.09 0.41 0.89
Hex EB D9 EF 2 9 0 6 121 29 59
Octal 353 331 357 2 11 0 6 441 51 131
Binary 11101011 11011001 11101111 10 1001 0 110 100100001 101001 1011001

Color Harmonies of #EBD9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD9EF

Black with #EBD9EF

Text Example


Text Example

White with #EBD9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD9EF; }

 p { color: rgb(235,217,239); }

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

background-color css

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

 a { background-color: rgb(235,217,239); }

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

border-color css

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

 span { border-color: rgb(235,217,239); }

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