Html Css Color HEX #EFDBF2 Selago

📋 copy color: '#EFDBF2'

red 239 ◦ green 219 ◦ blue 242

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

Shades of Selago #EFDBF2

Tints of Selago #EFDBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.57%

R = 34.14%
G = 31.29%
B = 34.57%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFDBF2 (or 0xEFDBF2) is known color: Selago. HEX triplet: EF, DB and F2. RGB value is (239,219,242). Sum of RGB (Red+Green+Blue) = 239+219+242=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFDBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBF2 is #10240D. Grayscale: #E3E3E3. Windows color (decimal): -1057806 or 15916015. OLE color: 15916015.

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

Color convert

RGB 239 219 242 -
CMYK 0.01 0.10 0 0.05
HSL 292.17º 0.47% 0.9% -
HSV(B) 292.17º 0.1% 0.95% -
XYZ 76.96 75.42 94.51 -
YUV 227.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 239 219 242 0.01 0.10 0 0.05 292.17 0.47 0.9
Hex EF DB F2 1 A 0 5 124 2F 5A
Octal 357 333 362 1 12 0 5 444 57 132
Binary 11101111 11011011 11110010 1 1010 0 101 100100100 101111 1011010

Color Harmonies of #EFDBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBF2

Black with #EFDBF2

Text Example


Text Example

White with #EFDBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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