Html Css Color HEX #D1DEC1 Ottoman

📋 copy color: '#D1DEC1'

red 209 ◦ green 222 ◦ blue 193

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

Shades of Ottoman #D1DEC1

Tints of Ottoman #D1DEC1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.58%

 BLUE value IS 193 (75.78% from 255) = 30.93%

R = 33.49%
G = 35.58%
B = 30.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#D1DEC1 (or 0xD1DEC1) is known color: Ottoman. HEX triplet: D1, DE and C1. RGB value is (209,222,193). Sum of RGB (Red+Green+Blue) = 209+222+193=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DEC1 is #2E213E. Grayscale: #D6D6D6. Windows color (decimal): -3023167 or 12705489. OLE color: 12705489.

HSL color Cylindrical-coordinate representation of color #D1DEC1: hue angle of 86.9º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1DEC1 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 222 193 -
CMYK 0.06 0 0.13 0.13
HSL 86.9º 0.31% 0.81% -
HSV(B) 86.9º 0.13% 0.87% -
XYZ 62.04 69.65 60.63 -
YUV 214.81 115.69 123.86 -
System Red Green Blue C M Y K H S L
Decimal 209 222 193 0.06 0 0.13 0.13 86.9 0.31 0.81
Hex D1 DE C1 6 0 D D 57 1F 51
Octal 321 336 301 6 0 15 15 127 37 121
Binary 11010001 11011110 11000001 110 0 1101 1101 1010111 11111 1010001

Color Harmonies of #D1DEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DEC1

Black with #D1DEC1

Text Example


Text Example

White with #D1DEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DEC1; }

 p { color: rgb(209,222,193); }

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

background-color css

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

 a { background-color: rgb(209,222,193); }

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

border-color css

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

 span { border-color: rgb(209,222,193); }

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