Html Css Color HEX #DDD8CF Merino

📋 copy color: '#DDD8CF'

red 221 ◦ green 216 ◦ blue 207

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

Shades of Merino #DDD8CF

Tints of Merino #DDD8CF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.54%

 BLUE value IS 207 (81.25% from 255) = 32.14%

R = 34.32%
G = 33.54%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DDD8CF (or 0xDDD8CF) is known color: Merino. HEX triplet: DD, D8 and CF. RGB value is (221,216,207). Sum of RGB (Red+Green+Blue) = 221+216+207=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8CF is #222730. Grayscale: #D8D8D8. Windows color (decimal): -2238257 or 13621469. OLE color: 13621469.

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

Color convert

RGB 221 216 207 -
CMYK 0 0.02 0.06 0.13
HSL 38.57º 0.17% 0.84% -
HSV(B) 38.57º 0.06% 0.87% -
XYZ 65.64 68.99 68.89 -
YUV 216.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 221 216 207 0 0.02 0.06 0.13 38.57 0.17 0.84
Hex DD D8 CF 0 2 6 D 27 11 54
Octal 335 330 317 0 2 6 15 47 21 124
Binary 11011101 11011000 11001111 0 10 110 1101 100111 10001 1010100

Color Harmonies of #DDD8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD8CF

Black with #DDD8CF

Text Example


Text Example

White with #DDD8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD8CF; }

 p { color: rgb(221,216,207); }

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

background-color css

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

 a { background-color: rgb(221,216,207); }

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

border-color css

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

 span { border-color: rgb(221,216,207); }

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