Html Css Color HEX #D5DBCF Ottoman

📋 copy color: '#D5DBCF'

red 213 ◦ green 219 ◦ blue 207

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

Shades of Ottoman #D5DBCF

Tints of Ottoman #D5DBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.27%

 BLUE value IS 207 (81.25% from 255) = 32.39%

R = 33.33%
G = 34.27%
B = 32.39%

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

#D5DBCF (or 0xD5DBCF) is known color: Ottoman. HEX triplet: D5, DB and CF. RGB value is (213,219,207). Sum of RGB (Red+Green+Blue) = 213+219+207=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBCF is #2A2430. Grayscale: #D7D7D7. Windows color (decimal): -2761777 or 13622229. OLE color: 13622229.

HSL color Cylindrical-coordinate representation of color #D5DBCF: hue angle of 90º degrees, saturation: 0.14, 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 #D5DBCF is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 219 207 -
CMYK 0.03 0 0.05 0.14
HSL 90º 0.14% 0.84% -
HSV(B) 90º 0.05% 0.86% -
XYZ 64.03 69.31 69.04 -
YUV 215.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 213 219 207 0.03 0 0.05 0.14 90 0.14 0.84
Hex D5 DB CF 3 0 5 E 5A E 54
Octal 325 333 317 3 0 5 16 132 16 124
Binary 11010101 11011011 11001111 11 0 101 1110 1011010 1110 1010100

Color Harmonies of #D5DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBCF

Black with #D5DBCF

Text Example


Text Example

White with #D5DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBCF; }

 p { color: rgb(213,219,207); }

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

background-color css

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

 a { background-color: rgb(213,219,207); }

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

border-color css

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

 span { border-color: rgb(213,219,207); }

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