Html Css Color HEX #D1E1C3 Ottoman

📋 copy color: '#D1E1C3'

red 209 ◦ green 225 ◦ blue 195

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

Shades of Ottoman #D1E1C3

Tints of Ottoman #D1E1C3

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.77%

 BLUE value IS 195 (76.56% from 255) = 31%

R = 33.23%
G = 35.77%
B = 31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#D1E1C3 (or 0xD1E1C3) is known color: Ottoman. HEX triplet: D1, E1 and C3. RGB value is (209,225,195). Sum of RGB (Red+Green+Blue) = 209+225+195=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 195 (76.56% from 255 or 31.00% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1C3 is #2E1E3C. Grayscale: #D8D8D8. Windows color (decimal): -3022397 or 12837329. OLE color: 12837329.

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

Color convert

RGB 209 225 195 -
CMYK 0.07 0 0.13 0.12
HSL 92º 0.33% 0.82% -
HSV(B) 92º 0.13% 0.88% -
XYZ 63.07 71.35 62.08 -
YUV 216.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 209 225 195 0.07 0 0.13 0.12 92 0.33 0.82
Hex D1 E1 C3 7 0 D C 5C 21 52
Octal 321 341 303 7 0 15 14 134 41 122
Binary 11010001 11100001 11000011 111 0 1101 1100 1011100 100001 1010010

Color Harmonies of #D1E1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E1C3

Black with #D1E1C3

Text Example


Text Example

White with #D1E1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E1C3; }

 p { color: rgb(209,225,195); }

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

background-color css

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

 a { background-color: rgb(209,225,195); }

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

border-color css

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

 span { border-color: rgb(209,225,195); }

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