Html Css Color HEX #D3D9CC Ottoman

📋 copy color: '#D3D9CC'

red 211 ◦ green 217 ◦ blue 204

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

Shades of Ottoman #D3D9CC

Tints of Ottoman #D3D9CC

RGB

 RED value IS 211 (82.81% from 255) = 33.39%

 GREEN value IS 217 (85.16% from 255) = 34.34%

 BLUE value IS 204 (80.08% from 255) = 32.28%

R = 33.39%
G = 34.34%
B = 32.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D3D9CC (or 0xD3D9CC) is known color: Ottoman. HEX triplet: D3, D9 and CC. RGB value is (211,217,204). Sum of RGB (Red+Green+Blue) = 211+217+204=632 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.39% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D9CC is #2C2633. Grayscale: #D5D5D5. Windows color (decimal): -2893364 or 13425107. OLE color: 13425107.

HSL color Cylindrical-coordinate representation of color #D3D9CC: hue angle of 87.69º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3D9CC is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 217 204 -
CMYK 0.03 0 0.06 0.15
HSL 87.69º 0.15% 0.83% -
HSV(B) 87.69º 0.06% 0.85% -
XYZ 62.58 67.83 66.92 -
YUV 213.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 211 217 204 0.03 0 0.06 0.15 87.69 0.15 0.83
Hex D3 D9 CC 3 0 6 F 58 F 53
Octal 323 331 314 3 0 6 17 130 17 123
Binary 11010011 11011001 11001100 11 0 110 1111 1011000 1111 1010011

Color Harmonies of #D3D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D9CC

Black with #D3D9CC

Text Example


Text Example

White with #D3D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D9CC; }

 p { color: rgb(211,217,204); }

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

background-color css

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

 a { background-color: rgb(211,217,204); }

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

border-color css

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

 span { border-color: rgb(211,217,204); }

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