Html Css Color HEX #D1DDC3 Ottoman

📋 copy color: '#D1DDC3'

red 209 ◦ green 221 ◦ blue 195

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

Shades of Ottoman #D1DDC3

Tints of Ottoman #D1DDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.2%

R = 33.44%
G = 35.36%
B = 31.2%

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

#D1DDC3 (or 0xD1DDC3) is known color: Ottoman. HEX triplet: D1, DD and C3. RGB value is (209,221,195). Sum of RGB (Red+Green+Blue) = 209+221+195=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDC3 is #2E223C. Grayscale: #D6D6D6. Windows color (decimal): -3023421 or 12836305. OLE color: 12836305.

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

Color convert

RGB 209 221 195 -
CMYK 0.05 0 0.12 0.13
HSL 87.69º 0.28% 0.82% -
HSV(B) 87.69º 0.12% 0.87% -
XYZ 62 69.21 61.72 -
YUV 214.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 209 221 195 0.05 0 0.12 0.13 87.69 0.28 0.82
Hex D1 DD C3 5 0 C D 58 1C 52
Octal 321 335 303 5 0 14 15 130 34 122
Binary 11010001 11011101 11000011 101 0 1100 1101 1011000 11100 1010010

Color Harmonies of #D1DDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DDC3

Black with #D1DDC3

Text Example


Text Example

White with #D1DDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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