Html Css Color HEX #EBDFED Selago

📋 copy color: '#EBDFED'

red 235 ◦ green 223 ◦ blue 237

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

Shades of Selago #EBDFED

Tints of Selago #EBDFED

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.09%

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

R = 33.81%
G = 32.09%
B = 34.1%

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

#EBDFED (or 0xEBDFED) is known color: Selago. HEX triplet: EB, DF and ED. RGB value is (235,223,237). Sum of RGB (Red+Green+Blue) = 235+223+237=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBDFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFED is #142012. Grayscale: #E4E4E4. Windows color (decimal): -1318931 or 15589355. OLE color: 15589355.

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

Color convert

RGB 235 223 237 -
CMYK 0.01 0.06 0 0.07
HSL 291.43º 0.28% 0.9% -
HSV(B) 291.43º 0.06% 0.93% -
XYZ 75.93 76.55 90.89 -
YUV 228.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 235 223 237 0.01 0.06 0 0.07 291.43 0.28 0.9
Hex EB DF ED 1 6 0 7 123 1C 5A
Octal 353 337 355 1 6 0 7 443 34 132
Binary 11101011 11011111 11101101 1 110 0 111 100100011 11100 1011010

Color Harmonies of #EBDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDFED

Black with #EBDFED

Text Example


Text Example

White with #EBDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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