Html Css Color HEX #D1DDC2 Ottoman

📋 copy color: '#D1DDC2'

red 209 ◦ green 221 ◦ blue 194

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

Shades of Ottoman #D1DDC2

Tints of Ottoman #D1DDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.09%

R = 33.49%
G = 35.42%
B = 31.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#D1DDC2 (or 0xD1DDC2) is known color: Ottoman. HEX triplet: D1, DD and C2. RGB value is (209,221,194). Sum of RGB (Red+Green+Blue) = 209+221+194=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDC2 is #2E223D. Grayscale: #D6D6D6. Windows color (decimal): -3023422 or 12770769. OLE color: 12770769.

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

Color convert

RGB 209 221 194 -
CMYK 0.05 0 0.12 0.13
HSL 86.67º 0.28% 0.81% -
HSV(B) 86.67º 0.12% 0.87% -
XYZ 61.89 69.16 61.13 -
YUV 214.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 209 221 194 0.05 0 0.12 0.13 86.67 0.28 0.81
Hex D1 DD C2 5 0 C D 57 1C 51
Octal 321 335 302 5 0 14 15 127 34 121
Binary 11010001 11011101 11000010 101 0 1100 1101 1010111 11100 1010001

Color Harmonies of #D1DDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DDC2

Black with #D1DDC2

Text Example


Text Example

White with #D1DDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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