Html Css Color HEX #EFDBEF Selago

📋 copy color: '#EFDBEF'

red 239 ◦ green 219 ◦ blue 239

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

Shades of Selago #EFDBEF

Tints of Selago #EFDBEF

RGB

 RED value IS 239 (93.75% from 255) = 34.29%

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

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

R = 34.29%
G = 31.42%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFDBEF (or 0xEFDBEF) is known color: Selago. HEX triplet: EF, DB and EF. RGB value is (239,219,239). Sum of RGB (Red+Green+Blue) = 239+219+239=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 219 (85.94% from 255 or 31.42% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFDBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBEF is #102410. Grayscale: #E3E3E3. Windows color (decimal): -1057809 or 15719407. OLE color: 15719407.

HSL color Cylindrical-coordinate representation of color #EFDBEF: hue angle of 300º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDBEF is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 239 -
CMYK 0 0.08 0 0.06
HSL 300º 0.38% 0.9% -
HSV(B) 300º 0.08% 0.94% -
XYZ 76.51 75.25 92.15 -
YUV 227.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 239 219 239 0 0.08 0 0.06 300 0.38 0.9
Hex EF DB EF 0 8 0 6 12C 26 5A
Octal 357 333 357 0 10 0 6 454 46 132
Binary 11101111 11011011 11101111 0 1000 0 110 100101100 100110 1011010

Color Harmonies of #EFDBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBEF

Black with #EFDBEF

Text Example


Text Example

White with #EFDBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBEF; }

 p { color: rgb(239,219,239); }

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

background-color css

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

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

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

border-color css

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

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

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