Html Css Color HEX #EFDDCC Almond

📋 copy color: '#EFDDCC'

red 239 ◦ green 221 ◦ blue 204

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

Shades of Almond #EFDDCC

Tints of Almond #EFDDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.72%

R = 35.99%
G = 33.28%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFDDCC (or 0xEFDDCC) is known color: Almond. HEX triplet: EF, DD and CC. RGB value is (239,221,204). Sum of RGB (Red+Green+Blue) = 239+221+204=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDCC is #102233. Grayscale: #E0E0E0. Windows color (decimal): -1057332 or 13426159. OLE color: 13426159.

HSL color Cylindrical-coordinate representation of color #EFDDCC: hue angle of 29.14º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFDDCC is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 204 -
CMYK 0 0.08 0.15 0.06
HSL 29.14º 0.52% 0.87% -
HSV(B) 29.14º 0.15% 0.94% -
XYZ 72.35 74.42 67.68 -
YUV 224.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 239 221 204 0 0.08 0.15 0.06 29.14 0.52 0.87
Hex EF DD CC 0 8 F 6 1D 34 57
Octal 357 335 314 0 10 17 6 35 64 127
Binary 11101111 11011101 11001100 0 1000 1111 110 11101 110100 1010111

Color Harmonies of #EFDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDCC

Black with #EFDDCC

Text Example


Text Example

White with #EFDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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