Html Css Color HEX #D1D7CA Ottoman

📋 copy color: '#D1D7CA'

red 209 ◦ green 215 ◦ blue 202

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

Shades of Ottoman #D1D7CA

Tints of Ottoman #D1D7CA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.35%

 BLUE value IS 202 (79.3% from 255) = 32.27%

R = 33.39%
G = 34.35%
B = 32.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D1D7CA (or 0xD1D7CA) is known color: Ottoman. HEX triplet: D1, D7 and CA. RGB value is (209,215,202). Sum of RGB (Red+Green+Blue) = 209+215+202=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D7CA is #2E2835. Grayscale: #D3D3D3. Windows color (decimal): -3024950 or 13293521. OLE color: 13293521.

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

Color convert

RGB 209 215 202 -
CMYK 0.03 0 0.06 0.16
HSL 87.69º 0.14% 0.82% -
HSV(B) 87.69º 0.06% 0.84% -
XYZ 61.26 66.42 65.47 -
YUV 211.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 209 215 202 0.03 0 0.06 0.16 87.69 0.14 0.82
Hex D1 D7 CA 3 0 6 10 58 E 52
Octal 321 327 312 3 0 6 20 130 16 122
Binary 11010001 11010111 11001010 11 0 110 10000 1011000 1110 1010010

Color Harmonies of #D1D7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D7CA

Black with #D1D7CA

Text Example


Text Example

White with #D1D7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D7CA; }

 p { color: rgb(209,215,202); }

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

background-color css

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

 a { background-color: rgb(209,215,202); }

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

border-color css

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

 span { border-color: rgb(209,215,202); }

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