Html Css Color HEX #EBDCEC Selago

📋 copy color: '#EBDCEC'

red 235 ◦ green 220 ◦ blue 236

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

Shades of Selago #EBDCEC

Tints of Selago #EBDCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.84%

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

R = 34.01%
G = 31.84%
B = 34.15%

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

#EBDCEC (or 0xEBDCEC) is known color: Selago. HEX triplet: EB, DC and EC. RGB value is (235,220,236). Sum of RGB (Red+Green+Blue) = 235+220+236=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBDCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCEC is #142313. Grayscale: #E2E2E2. Windows color (decimal): -1319700 or 15523051. OLE color: 15523051.

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

Color convert

RGB 235 220 236 -
CMYK 0.00 0.07 0 0.07
HSL 296.25º 0.3% 0.89% -
HSV(B) 296.25º 0.07% 0.93% -
XYZ 74.99 74.9 89.86 -
YUV 226.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 235 220 236 0.00 0.07 0 0.07 296.25 0.3 0.89
Hex EB DC EC 0 7 0 7 128 1E 59
Octal 353 334 354 0 7 0 7 450 36 131
Binary 11101011 11011100 11101100 0 111 0 111 100101000 11110 1011001

Color Harmonies of #EBDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCEC

Black with #EBDCEC

Text Example


Text Example

White with #EBDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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