Html Css Color HEX #D1DEBC Ottoman

📋 copy color: '#D1DEBC'

red 209 ◦ green 222 ◦ blue 188

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

Shades of Ottoman #D1DEBC

Tints of Ottoman #D1DEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.37%

R = 33.76%
G = 35.86%
B = 30.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#D1DEBC (or 0xD1DEBC) is known color: Ottoman. HEX triplet: D1, DE and BC. RGB value is (209,222,188). Sum of RGB (Red+Green+Blue) = 209+222+188=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DEBC is #2E2143. Grayscale: #D6D6D6. Windows color (decimal): -3023172 or 12377809. OLE color: 12377809.

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

Color convert

RGB 209 222 188 -
CMYK 0.06 0 0.15 0.13
HSL 82.94º 0.34% 0.8% -
HSV(B) 82.94º 0.15% 0.87% -
XYZ 61.49 69.43 57.74 -
YUV 214.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 209 222 188 0.06 0 0.15 0.13 82.94 0.34 0.8
Hex D1 DE BC 6 0 F D 53 22 50
Octal 321 336 274 6 0 17 15 123 42 120
Binary 11010001 11011110 10111100 110 0 1111 1101 1010011 100010 1010000

Color Harmonies of #D1DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DEBC

Black with #D1DEBC

Text Example


Text Example

White with #D1DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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