Html Css Color HEX #D5DCCE Ottoman

📋 copy color: '#D5DCCE'

red 213 ◦ green 220 ◦ blue 206

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

Shades of Ottoman #D5DCCE

Tints of Ottoman #D5DCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.24%

R = 33.33%
G = 34.43%
B = 32.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#D5DCCE (or 0xD5DCCE) is known color: Ottoman. HEX triplet: D5, DC and CE. RGB value is (213,220,206). Sum of RGB (Red+Green+Blue) = 213+220+206=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCCE is #2A2331. Grayscale: #D8D8D8. Windows color (decimal): -2761522 or 13556949. OLE color: 13556949.

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

Color convert

RGB 213 220 206 -
CMYK 0.03 0 0.06 0.14
HSL 90º 0.17% 0.84% -
HSV(B) 90º 0.06% 0.86% -
XYZ 64.17 69.79 68.48 -
YUV 216.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 213 220 206 0.03 0 0.06 0.14 90 0.17 0.84
Hex D5 DC CE 3 0 6 E 5A 11 54
Octal 325 334 316 3 0 6 16 132 21 124
Binary 11010101 11011100 11001110 11 0 110 1110 1011010 10001 1010100

Color Harmonies of #D5DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCCE

Black with #D5DCCE

Text Example


Text Example

White with #D5DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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