Html Css Color HEX #D1D4CE Ottoman

📋 copy color: '#D1D4CE'

red 209 ◦ green 212 ◦ blue 206

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

Shades of Ottoman #D1D4CE

Tints of Ottoman #D1D4CE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.81%

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

R = 33.33%
G = 33.81%
B = 32.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D1D4CE (or 0xD1D4CE) is known color: Ottoman. HEX triplet: D1, D4 and CE. RGB value is (209,212,206). Sum of RGB (Red+Green+Blue) = 209+212+206=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D4CE is #2E2B31. Grayscale: #D2D2D2. Windows color (decimal): -3025714 or 13554897. OLE color: 13554897.

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

Color convert

RGB 209 212 206 -
CMYK 0.01 0 0.03 0.17
HSL 90º 0.07% 0.82% -
HSV(B) 90º 0.03% 0.83% -
XYZ 60.98 65.1 67.74 -
YUV 210.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 209 212 206 0.01 0 0.03 0.17 90 0.07 0.82
Hex D1 D4 CE 1 0 3 11 5A 7 52
Octal 321 324 316 1 0 3 21 132 7 122
Binary 11010001 11010100 11001110 1 0 11 10001 1011010 111 1010010

Color Harmonies of #D1D4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D4CE

Black with #D1D4CE

Text Example


Text Example

White with #D1D4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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