Html Css Color HEX #EFDDF4 Selago

📋 copy color: '#EFDDF4'

red 239 ◦ green 221 ◦ blue 244

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

Shades of Selago #EFDDF4

Tints of Selago #EFDDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 34.66%

R = 33.95%
G = 31.39%
B = 34.66%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFDDF4 (or 0xEFDDF4) is known color: Selago. HEX triplet: EF, DD and F4. RGB value is (239,221,244). Sum of RGB (Red+Green+Blue) = 239+221+244=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 244 (95.70% from 255 or 34.66% from 704); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFDDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDF4 is #10220B. Grayscale: #E4E4E4. Windows color (decimal): -1057292 or 16047599. OLE color: 16047599.

HSL color Cylindrical-coordinate representation of color #EFDDF4: hue angle of 286.96º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDDF4 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 221 244 -
CMYK 0.02 0.09 0 0.04
HSL 286.96º 0.51% 0.91% -
HSV(B) 286.96º 0.09% 0.96% -
XYZ 77.78 76.6 96.27 -
YUV 229 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 239 221 244 0.02 0.09 0 0.04 286.96 0.51 0.91
Hex EF DD F4 2 9 0 4 11F 33 5B
Octal 357 335 364 2 11 0 4 437 63 133
Binary 11101111 11011101 11110100 10 1001 0 100 100011111 110011 1011011

Color Harmonies of #EFDDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDF4

Black with #EFDDF4

Text Example


Text Example

White with #EFDDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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