Html Css Color HEX #EFDFEE Selago

📋 copy color: '#EFDFEE'

red 239 ◦ green 223 ◦ blue 238

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

Shades of Selago #EFDFEE

Tints of Selago #EFDFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.86%

 BLUE value IS 238 (93.36% from 255) = 34%

R = 34.14%
G = 31.86%
B = 34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFDFEE (or 0xEFDFEE) is known color: Selago. HEX triplet: EF, DF and EE. RGB value is (239,223,238). Sum of RGB (Red+Green+Blue) = 239+223+238=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFEE is #102011. Grayscale: #E5E5E5. Windows color (decimal): -1056786 or 15654895. OLE color: 15654895.

HSL color Cylindrical-coordinate representation of color #EFDFEE: hue angle of 303.75º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFDFEE is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 238 -
CMYK 0 0.07 0.00 0.06
HSL 303.75º 0.33% 0.91% -
HSV(B) 303.75º 0.07% 0.94% -
XYZ 77.42 77.3 91.73 -
YUV 229.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 239 223 238 0 0.07 0.00 0.06 303.75 0.33 0.91
Hex EF DF EE 0 7 0 6 130 21 5B
Octal 357 337 356 0 7 0 6 460 41 133
Binary 11101111 11011111 11101110 0 111 0 110 100110000 100001 1011011

Color Harmonies of #EFDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFEE

Black with #EFDFEE

Text Example


Text Example

White with #EFDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFEE; }

 p { color: rgb(239,223,238); }

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

background-color css

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

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

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

border-color css

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

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

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