Html Css Color HEX #DDD5CE Gallery

📋 copy color: '#DDD5CE'

red 221 ◦ green 213 ◦ blue 206

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

Shades of Gallery #DDD5CE

Tints of Gallery #DDD5CE

RGB

 RED value IS 221 (86.72% from 255) = 34.53%

 GREEN value IS 213 (83.59% from 255) = 33.28%

 BLUE value IS 206 (80.86% from 255) = 32.19%

R = 34.53%
G = 33.28%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DDD5CE (or 0xDDD5CE) is known color: Gallery. HEX triplet: DD, D5 and CE. RGB value is (221,213,206). Sum of RGB (Red+Green+Blue) = 221+213+206=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5CE is #222A31. Grayscale: #D6D6D6. Windows color (decimal): -2239026 or 13555165. OLE color: 13555165.

HSL color Cylindrical-coordinate representation of color #DDD5CE: hue angle of 28º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDD5CE is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 213 206 -
CMYK 0 0.04 0.07 0.13
HSL 28º 0.18% 0.84% -
HSV(B) 28º 0.07% 0.87% -
XYZ 64.75 67.42 67.99 -
YUV 214.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 221 213 206 0 0.04 0.07 0.13 28 0.18 0.84
Hex DD D5 CE 0 4 7 D 1C 12 54
Octal 335 325 316 0 4 7 15 34 22 124
Binary 11011101 11010101 11001110 0 100 111 1101 11100 10010 1010100

Color Harmonies of #DDD5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD5CE

Black with #DDD5CE

Text Example


Text Example

White with #DDD5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD5CE; }

 p { color: rgb(221,213,206); }

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

background-color css

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

 a { background-color: rgb(221,213,206); }

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

border-color css

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

 span { border-color: rgb(221,213,206); }

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