Html Css Color HEX #D0E1C6 Ottoman

📋 copy color: '#D0E1C6'

red 208 ◦ green 225 ◦ blue 198

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

Shades of Ottoman #D0E1C6

Tints of Ottoman #D0E1C6

RGB

 RED value IS 208 (81.64% from 255) = 32.96%

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

 BLUE value IS 198 (77.73% from 255) = 31.38%

R = 32.96%
G = 35.66%
B = 31.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#D0E1C6 (or 0xD0E1C6) is known color: Ottoman. HEX triplet: D0, E1 and C6. RGB value is (208,225,198). Sum of RGB (Red+Green+Blue) = 208+225+198=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1C6 is #2F1E39. Grayscale: #D8D8D8. Windows color (decimal): -3087930 or 13033936. OLE color: 13033936.

HSL color Cylindrical-coordinate representation of color #D0E1C6: hue angle of 97.78º degrees, saturation: 0.31, 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 #D0E1C6 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 225 198 -
CMYK 0.08 0 0.12 0.12
HSL 97.78º 0.31% 0.83% -
HSV(B) 97.78º 0.12% 0.88% -
XYZ 63.13 71.34 63.87 -
YUV 216.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 208 225 198 0.08 0 0.12 0.12 97.78 0.31 0.83
Hex D0 E1 C6 8 0 C C 62 1F 53
Octal 320 341 306 10 0 14 14 142 37 123
Binary 11010000 11100001 11000110 1000 0 1100 1100 1100010 11111 1010011

Color Harmonies of #D0E1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E1C6

Black with #D0E1C6

Text Example


Text Example

White with #D0E1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E1C6; }

 p { color: rgb(208,225,198); }

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

background-color css

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

 a { background-color: rgb(208,225,198); }

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

border-color css

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

 span { border-color: rgb(208,225,198); }

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