Html Css Color HEX #EFD6C6 Almond

📋 copy color: '#EFD6C6'

red 239 ◦ green 214 ◦ blue 198

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

Shades of Almond #EFD6C6

Tints of Almond #EFD6C6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.87%

 BLUE value IS 198 (77.73% from 255) = 30.41%

R = 36.71%
G = 32.87%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFD6C6 (or 0xEFD6C6) is known color: Almond. HEX triplet: EF, D6 and C6. RGB value is (239,214,198). Sum of RGB (Red+Green+Blue) = 239+214+198=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 198 (77.73% from 255 or 30.41% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6C6 is #102939. Grayscale: #DBDBDB. Windows color (decimal): -1059130 or 13031151. OLE color: 13031151.

HSL color Cylindrical-coordinate representation of color #EFD6C6: hue angle of 23.41º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFD6C6 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 198 -
CMYK 0 0.10 0.17 0.06
HSL 23.41º 0.56% 0.86% -
HSV(B) 23.41º 0.17% 0.94% -
XYZ 69.84 70.52 63.36 -
YUV 219.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 239 214 198 0 0.10 0.17 0.06 23.41 0.56 0.86
Hex EF D6 C6 0 A 11 6 17 38 56
Octal 357 326 306 0 12 21 6 27 70 126
Binary 11101111 11010110 11000110 0 1010 10001 110 10111 111000 1010110

Color Harmonies of #EFD6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6C6

Black with #EFD6C6

Text Example


Text Example

White with #EFD6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6C6; }

 p { color: rgb(239,214,198); }

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

background-color css

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

 a { background-color: rgb(239,214,198); }

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

border-color css

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

 span { border-color: rgb(239,214,198); }

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