Html Css Color HEX #D1E0C5 Ottoman

📋 copy color: '#D1E0C5'

red 209 ◦ green 224 ◦ blue 197

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

Shades of Ottoman #D1E0C5

Tints of Ottoman #D1E0C5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.56%

 BLUE value IS 197 (77.34% from 255) = 31.27%

R = 33.17%
G = 35.56%
B = 31.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#D1E0C5 (or 0xD1E0C5) is known color: Ottoman. HEX triplet: D1, E0 and C5. RGB value is (209,224,197). Sum of RGB (Red+Green+Blue) = 209+224+197=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E0C5 is #2E1F3A. Grayscale: #D8D8D8. Windows color (decimal): -3022651 or 12968145. OLE color: 12968145.

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

Color convert

RGB 209 224 197 -
CMYK 0.07 0 0.12 0.12
HSL 93.33º 0.3% 0.83% -
HSV(B) 93.33º 0.12% 0.88% -
XYZ 63.03 70.9 63.19 -
YUV 216.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 209 224 197 0.07 0 0.12 0.12 93.33 0.3 0.83
Hex D1 E0 C5 7 0 C C 5D 1E 53
Octal 321 340 305 7 0 14 14 135 36 123
Binary 11010001 11100000 11000101 111 0 1100 1100 1011101 11110 1010011

Color Harmonies of #D1E0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E0C5

Black with #D1E0C5

Text Example


Text Example

White with #D1E0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E0C5; }

 p { color: rgb(209,224,197); }

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

background-color css

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

 a { background-color: rgb(209,224,197); }

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

border-color css

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

 span { border-color: rgb(209,224,197); }

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