Html Css Color HEX #EDDBEE Selago

📋 copy color: '#EDDBEE'

red 237 ◦ green 219 ◦ blue 238

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

Shades of Selago #EDDBEE

Tints of Selago #EDDBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.56%

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

R = 34.15%
G = 31.56%
B = 34.29%

CMYK

 C value IS 0.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDDBEE (or 0xEDDBEE) is known color: Selago. HEX triplet: ED, DB and EE. RGB value is (237,219,238). Sum of RGB (Red+Green+Blue) = 237+219+238=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 219 (85.94% from 255 or 31.56% 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 #EDDBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBEE is #122411. Grayscale: #E2E2E2. Windows color (decimal): -1188882 or 15653869. OLE color: 15653869.

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

Color convert

RGB 237 219 238 -
CMYK 0.00 0.08 0 0.07
HSL 296.84º 0.36% 0.9% -
HSV(B) 296.84º 0.08% 0.93% -
XYZ 75.69 74.84 91.35 -
YUV 226.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 237 219 238 0.00 0.08 0 0.07 296.84 0.36 0.9
Hex ED DB EE 0 8 0 7 129 24 5A
Octal 355 333 356 0 10 0 7 451 44 132
Binary 11101101 11011011 11101110 0 1000 0 111 100101001 100100 1011010

Color Harmonies of #EDDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDBEE

Black with #EDDBEE

Text Example


Text Example

White with #EDDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDBEE; }

 p { color: rgb(237,219,238); }

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

background-color css

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

 a { background-color: rgb(237,219,238); }

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

border-color css

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

 span { border-color: rgb(237,219,238); }

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