Html Css Color HEX #D1DDC5 Ottoman

📋 copy color: '#D1DDC5'

red 209 ◦ green 221 ◦ blue 197

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

Shades of Ottoman #D1DDC5

Tints of Ottoman #D1DDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.42%

R = 33.33%
G = 35.25%
B = 31.42%

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

#D1DDC5 (or 0xD1DDC5) is known color: Ottoman. HEX triplet: D1, DD and C5. RGB value is (209,221,197). Sum of RGB (Red+Green+Blue) = 209+221+197=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDC5 is #2E223A. Grayscale: #D6D6D6. Windows color (decimal): -3023419 or 12967377. OLE color: 12967377.

HSL color Cylindrical-coordinate representation of color #D1DDC5: hue angle of 90º degrees, saturation: 0.26, 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 #D1DDC5 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 221 197 -
CMYK 0.05 0 0.11 0.13
HSL 90º 0.26% 0.82% -
HSV(B) 90º 0.11% 0.87% -
XYZ 62.23 69.3 62.92 -
YUV 214.68 118.02 123.95 -
System Red Green Blue C M Y K H S L
Decimal 209 221 197 0.05 0 0.11 0.13 90 0.26 0.82
Hex D1 DD C5 5 0 B D 5A 1A 52
Octal 321 335 305 5 0 13 15 132 32 122
Binary 11010001 11011101 11000101 101 0 1011 1101 1011010 11010 1010010

Color Harmonies of #D1DDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DDC5

Black with #D1DDC5

Text Example


Text Example

White with #D1DDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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