Html Css Color HEX #D5DCCD Ottoman

📋 copy color: '#D5DCCD'

red 213 ◦ green 220 ◦ blue 205

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

Shades of Ottoman #D5DCCD

Tints of Ottoman #D5DCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.13%

R = 33.39%
G = 34.48%
B = 32.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#D5DCCD (or 0xD5DCCD) is known color: Ottoman. HEX triplet: D5, DC and CD. RGB value is (213,220,205). Sum of RGB (Red+Green+Blue) = 213+220+205=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCCD is #2A2332. Grayscale: #D8D8D8. Windows color (decimal): -2761523 or 13491413. OLE color: 13491413.

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

Color convert

RGB 213 220 205 -
CMYK 0.03 0 0.07 0.14
HSL 88º 0.18% 0.83% -
HSV(B) 88º 0.07% 0.86% -
XYZ 64.05 69.74 67.84 -
YUV 216.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 213 220 205 0.03 0 0.07 0.14 88 0.18 0.83
Hex D5 DC CD 3 0 7 E 58 12 53
Octal 325 334 315 3 0 7 16 130 22 123
Binary 11010101 11011100 11001101 11 0 111 1110 1011000 10010 1010011

Color Harmonies of #D5DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCCD

Black with #D5DCCD

Text Example


Text Example

White with #D5DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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