Html Css Color HEX #EFDDEF Selago

📋 copy color: '#EFDDEF'

red 239 ◦ green 221 ◦ blue 239

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

Shades of Selago #EFDDEF

Tints of Selago #EFDDEF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.62%

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

R = 34.19%
G = 31.62%
B = 34.19%

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

#EFDDEF (or 0xEFDDEF) is known color: Selago. HEX triplet: EF, DD and EF. RGB value is (239,221,239). Sum of RGB (Red+Green+Blue) = 239+221+239=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFDDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDEF is #102210. Grayscale: #E4E4E4. Windows color (decimal): -1057297 or 15719919. OLE color: 15719919.

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

Color convert

RGB 239 221 239 -
CMYK 0 0.08 0 0.06
HSL 300º 0.36% 0.9% -
HSV(B) 300º 0.08% 0.94% -
XYZ 77.03 76.3 92.33 -
YUV 228.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 239 221 239 0 0.08 0 0.06 300 0.36 0.9
Hex EF DD EF 0 8 0 6 12C 24 5A
Octal 357 335 357 0 10 0 6 454 44 132
Binary 11101111 11011101 11101111 0 1000 0 110 100101100 100100 1011010

Color Harmonies of #EFDDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDEF

Black with #EFDDEF

Text Example


Text Example

White with #EFDDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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