Html Css Color HEX #EFDDEE Snuff

📋 copy color: '#EFDDEE'

red 239 ◦ green 221 ◦ blue 238

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

Shades of Snuff #EFDDEE

Tints of Snuff #EFDDEE

RGB

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

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

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

R = 34.24%
G = 31.66%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFDDEE (or 0xEFDDEE) is known color: Snuff. HEX triplet: EF, DD and EE. RGB value is (239,221,238). Sum of RGB (Red+Green+Blue) = 239+221+238=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDEE is #102211. Grayscale: #E4E4E4. Windows color (decimal): -1057298 or 15654383. OLE color: 15654383.

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

Color convert

RGB 239 221 238 -
CMYK 0 0.08 0.00 0.06
HSL 303.33º 0.36% 0.9% -
HSV(B) 303.33º 0.08% 0.94% -
XYZ 76.89 76.24 91.55 -
YUV 228.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 239 221 238 0 0.08 0.00 0.06 303.33 0.36 0.9
Hex EF DD EE 0 8 0 6 12F 24 5A
Octal 357 335 356 0 10 0 6 457 44 132
Binary 11101111 11011101 11101110 0 1000 0 110 100101111 100100 1011010

Color Harmonies of #EFDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDEE

Black with #EFDDEE

Text Example


Text Example

White with #EFDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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