Html Css Color HEX #D1DDC4 Ottoman

📋 copy color: '#D1DDC4'

red 209 ◦ green 221 ◦ blue 196

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

Shades of Ottoman #D1DDC4

Tints of Ottoman #D1DDC4

RGB

 RED value IS 209 (82.03% from 255) = 33.39%

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

 BLUE value IS 196 (76.95% from 255) = 31.31%

R = 33.39%
G = 35.3%
B = 31.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#D1DDC4 (or 0xD1DDC4) is known color: Ottoman. HEX triplet: D1, DD and C4. RGB value is (209,221,196). Sum of RGB (Red+Green+Blue) = 209+221+196=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDC4 is #2E223B. Grayscale: #D6D6D6. Windows color (decimal): -3023420 or 12901841. OLE color: 12901841.

HSL color Cylindrical-coordinate representation of color #D1DDC4: hue angle of 88.8º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1DDC4 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 221 196 -
CMYK 0.05 0 0.11 0.13
HSL 88.8º 0.27% 0.82% -
HSV(B) 88.8º 0.11% 0.87% -
XYZ 62.11 69.25 62.32 -
YUV 214.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 209 221 196 0.05 0 0.11 0.13 88.8 0.27 0.82
Hex D1 DD C4 5 0 B D 59 1B 52
Octal 321 335 304 5 0 13 15 131 33 122
Binary 11010001 11011101 11000100 101 0 1011 1101 1011001 11011 1010010

Color Harmonies of #D1DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DDC4

Black with #D1DDC4

Text Example


Text Example

White with #D1DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DDC4; }

 p { color: rgb(209,221,196); }

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

background-color css

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

 a { background-color: rgb(209,221,196); }

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

border-color css

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

 span { border-color: rgb(209,221,196); }

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