Html Css Color HEX #D5DCD0 Ottoman

📋 copy color: '#D5DCD0'

red 213 ◦ green 220 ◦ blue 208

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

Shades of Ottoman #D5DCD0

Tints of Ottoman #D5DCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.32%

 BLUE value IS 208 (81.64% from 255) = 32.45%

R = 33.23%
G = 34.32%
B = 32.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#D5DCD0 (or 0xD5DCD0) is known color: Ottoman. HEX triplet: D5, DC and D0. RGB value is (213,220,208). Sum of RGB (Red+Green+Blue) = 213+220+208=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCD0 is #2A232F. Grayscale: #D8D8D8. Windows color (decimal): -2761520 or 13688021. OLE color: 13688021.

HSL color Cylindrical-coordinate representation of color #D5DCD0: hue angle of 95º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5DCD0 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 220 208 -
CMYK 0.03 0 0.05 0.14
HSL 95º 0.15% 0.84% -
HSV(B) 95º 0.05% 0.86% -
XYZ 64.42 69.89 69.77 -
YUV 216.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 213 220 208 0.03 0 0.05 0.14 95 0.15 0.84
Hex D5 DC D0 3 0 5 E 5F F 54
Octal 325 334 320 3 0 5 16 137 17 124
Binary 11010101 11011100 11010000 11 0 101 1110 1011111 1111 1010100

Color Harmonies of #D5DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCD0

Black with #D5DCD0

Text Example


Text Example

White with #D5DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCD0; }

 p { color: rgb(213,220,208); }

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

background-color css

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

 a { background-color: rgb(213,220,208); }

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

border-color css

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

 span { border-color: rgb(213,220,208); }

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