Html Css Color HEX #EFDBF1 Selago

📋 copy color: '#EFDBF1'

red 239 ◦ green 219 ◦ blue 241

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

Shades of Selago #EFDBF1

Tints of Selago #EFDBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.48%

R = 34.19%
G = 31.33%
B = 34.48%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFDBF1 (or 0xEFDBF1) is known color: Selago. HEX triplet: EF, DB and F1. RGB value is (239,219,241). Sum of RGB (Red+Green+Blue) = 239+219+241=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFDBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBF1 is #10240E. Grayscale: #E3E3E3. Windows color (decimal): -1057807 or 15850479. OLE color: 15850479.

HSL color Cylindrical-coordinate representation of color #EFDBF1: hue angle of 294.55º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDBF1 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 219 241 -
CMYK 0.01 0.09 0 0.05
HSL 294.55º 0.44% 0.9% -
HSV(B) 294.55º 0.09% 0.95% -
XYZ 76.81 75.36 93.72 -
YUV 227.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 239 219 241 0.01 0.09 0 0.05 294.55 0.44 0.9
Hex EF DB F1 1 9 0 5 127 2C 5A
Octal 357 333 361 1 11 0 5 447 54 132
Binary 11101111 11011011 11110001 1 1001 0 101 100100111 101100 1011010

Color Harmonies of #EFDBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBF1

Black with #EFDBF1

Text Example


Text Example

White with #EFDBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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