Html Css Color HEX #EFDDF3 Selago

📋 copy color: '#EFDDF3'

red 239 ◦ green 221 ◦ blue 243

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

Shades of Selago #EFDDF3

Tints of Selago #EFDDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.57%

R = 34%
G = 31.44%
B = 34.57%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFDDF3 (or 0xEFDDF3) is known color: Selago. HEX triplet: EF, DD and F3. RGB value is (239,221,243). Sum of RGB (Red+Green+Blue) = 239+221+243=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 243 (95.31% from 255 or 34.57% from 703); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFDDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDF3 is #10220C. Grayscale: #E4E4E4. Windows color (decimal): -1057293 or 15982063. OLE color: 15982063.

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

Color convert

RGB 239 221 243 -
CMYK 0.02 0.09 0 0.05
HSL 289.09º 0.48% 0.91% -
HSV(B) 289.09º 0.09% 0.95% -
XYZ 77.63 76.53 95.48 -
YUV 228.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 239 221 243 0.02 0.09 0 0.05 289.09 0.48 0.91
Hex EF DD F3 2 9 0 5 121 30 5B
Octal 357 335 363 2 11 0 5 441 60 133
Binary 11101111 11011101 11110011 10 1001 0 101 100100001 110000 1011011

Color Harmonies of #EFDDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDF3

Black with #EFDDF3

Text Example


Text Example

White with #EFDDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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