Html Css Color HEX #D5DDCC Ottoman

📋 copy color: '#D5DDCC'

red 213 ◦ green 221 ◦ blue 204

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

Shades of Ottoman #D5DDCC

Tints of Ottoman #D5DDCC

RGB

 RED value IS 213 (83.59% from 255) = 33.39%

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

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

R = 33.39%
G = 34.64%
B = 31.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#D5DDCC (or 0xD5DDCC) is known color: Ottoman. HEX triplet: D5, DD and CC. RGB value is (213,221,204). Sum of RGB (Red+Green+Blue) = 213+221+204=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDCC is #2A2233. Grayscale: #D8D8D8. Windows color (decimal): -2761268 or 13426133. OLE color: 13426133.

HSL color Cylindrical-coordinate representation of color #D5DDCC: hue angle of 88.24º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5DDCC is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 221 204 -
CMYK 0.04 0 0.08 0.13
HSL 88.24º 0.2% 0.83% -
HSV(B) 88.24º 0.08% 0.87% -
XYZ 64.2 70.22 67.3 -
YUV 216.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 213 221 204 0.04 0 0.08 0.13 88.24 0.2 0.83
Hex D5 DD CC 4 0 8 D 58 14 53
Octal 325 335 314 4 0 10 15 130 24 123
Binary 11010101 11011101 11001100 100 0 1000 1101 1011000 10100 1010011

Color Harmonies of #D5DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DDCC

Black with #D5DDCC

Text Example


Text Example

White with #D5DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DDCC; }

 p { color: rgb(213,221,204); }

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

background-color css

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

 a { background-color: rgb(213,221,204); }

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

border-color css

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

 span { border-color: rgb(213,221,204); }

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