Html Css Color HEX #D1E4C0 Ottoman

📋 copy color: '#D1E4C0'

red 209 ◦ green 228 ◦ blue 192

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

Shades of Ottoman #D1E4C0

Tints of Ottoman #D1E4C0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.25%

 BLUE value IS 192 (75.39% from 255) = 30.52%

R = 33.23%
G = 36.25%
B = 30.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#D1E4C0 (or 0xD1E4C0) is known color: Ottoman. HEX triplet: D1, E4 and C0. RGB value is (209,228,192). Sum of RGB (Red+Green+Blue) = 209+228+192=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 228 (89.45% from 255 or 36.25% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E4C0 is #2E1B3F. Grayscale: #DADADA. Windows color (decimal): -3021632 or 12641489. OLE color: 12641489.

HSL color Cylindrical-coordinate representation of color #D1E4C0: hue angle of 91.67º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1E4C0 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 228 192 -
CMYK 0.08 0 0.16 0.11
HSL 91.67º 0.4% 0.82% -
HSV(B) 91.67º 0.16% 0.89% -
XYZ 63.55 72.85 60.58 -
YUV 218.22 113.21 121.43 -
System Red Green Blue C M Y K H S L
Decimal 209 228 192 0.08 0 0.16 0.11 91.67 0.4 0.82
Hex D1 E4 C0 8 0 10 B 5C 28 52
Octal 321 344 300 10 0 20 13 134 50 122
Binary 11010001 11100100 11000000 1000 0 10000 1011 1011100 101000 1010010

Color Harmonies of #D1E4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E4C0

Black with #D1E4C0

Text Example


Text Example

White with #D1E4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E4C0; }

 p { color: rgb(209,228,192); }

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

background-color css

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

 a { background-color: rgb(209,228,192); }

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

border-color css

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

 span { border-color: rgb(209,228,192); }

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