Html Css Color HEX #D1D5CE Ottoman

📋 copy color: '#D1D5CE'

red 209 ◦ green 213 ◦ blue 206

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

Shades of Ottoman #D1D5CE

Tints of Ottoman #D1D5CE

RGB

 RED value IS 209 (82.03% from 255) = 33.28%

 GREEN value IS 213 (83.59% from 255) = 33.92%

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

R = 33.28%
G = 33.92%
B = 32.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D1D5CE (or 0xD1D5CE) is known color: Ottoman. HEX triplet: D1, D5 and CE. RGB value is (209,213,206). Sum of RGB (Red+Green+Blue) = 209+213+206=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D5CE is #2E2A31. Grayscale: #D3D3D3. Windows color (decimal): -3025458 or 13555153. OLE color: 13555153.

HSL color Cylindrical-coordinate representation of color #D1D5CE: hue angle of 94.29º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D1D5CE is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 213 206 -
CMYK 0.02 0 0.03 0.16
HSL 94.29º 0.08% 0.82% -
HSV(B) 94.29º 0.03% 0.84% -
XYZ 61.23 65.6 67.83 -
YUV 211.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 209 213 206 0.02 0 0.03 0.16 94.29 0.08 0.82
Hex D1 D5 CE 2 0 3 10 5E 8 52
Octal 321 325 316 2 0 3 20 136 10 122
Binary 11010001 11010101 11001110 10 0 11 10000 1011110 1000 1010010

Color Harmonies of #D1D5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D5CE

Black with #D1D5CE

Text Example


Text Example

White with #D1D5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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