Html Css Color HEX #D1D9CA Ottoman

📋 copy color: '#D1D9CA'

red 209 ◦ green 217 ◦ blue 202

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

Shades of Ottoman #D1D9CA

Tints of Ottoman #D1D9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.55%

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

R = 33.28%
G = 34.55%
B = 32.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D1D9CA (or 0xD1D9CA) is known color: Ottoman. HEX triplet: D1, D9 and CA. RGB value is (209,217,202). Sum of RGB (Red+Green+Blue) = 209+217+202=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9CA is #2E2635. Grayscale: #D4D4D4. Windows color (decimal): -3024438 or 13294033. OLE color: 13294033.

HSL color Cylindrical-coordinate representation of color #D1D9CA: hue angle of 92º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1D9CA is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 217 202 -
CMYK 0.04 0 0.07 0.15
HSL 92º 0.16% 0.82% -
HSV(B) 92º 0.07% 0.85% -
XYZ 61.77 67.45 65.64 -
YUV 212.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 209 217 202 0.04 0 0.07 0.15 92 0.16 0.82
Hex D1 D9 CA 4 0 7 F 5C 10 52
Octal 321 331 312 4 0 7 17 134 20 122
Binary 11010001 11011001 11001010 100 0 111 1111 1011100 10000 1010010

Color Harmonies of #D1D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D9CA

Black with #D1D9CA

Text Example


Text Example

White with #D1D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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