Html Css Color HEX #DDD5C6 Blanc

📋 copy color: '#DDD5C6'

red 221 ◦ green 213 ◦ blue 198

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

Shades of Blanc #DDD5C6

Tints of Blanc #DDD5C6

RGB

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

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

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

R = 34.97%
G = 33.7%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDD5C6 (or 0xDDD5C6) is known color: Blanc. HEX triplet: DD, D5 and C6. RGB value is (221,213,198). Sum of RGB (Red+Green+Blue) = 221+213+198=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 198 (77.73% from 255 or 31.33% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5C6 is #222A39. Grayscale: #D5D5D5. Windows color (decimal): -2239034 or 13030877. OLE color: 13030877.

HSL color Cylindrical-coordinate representation of color #DDD5C6: hue angle of 39.13º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD5C6 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 213 198 -
CMYK 0 0.04 0.10 0.13
HSL 39.13º 0.25% 0.82% -
HSV(B) 39.13º 0.1% 0.87% -
XYZ 63.81 67.04 63 -
YUV 213.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 221 213 198 0 0.04 0.10 0.13 39.13 0.25 0.82
Hex DD D5 C6 0 4 A D 27 19 52
Octal 335 325 306 0 4 12 15 47 31 122
Binary 11011101 11010101 11000110 0 100 1010 1101 100111 11001 1010010

Color Harmonies of #DDD5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD5C6

Black with #DDD5C6

Text Example


Text Example

White with #DDD5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD5C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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