#C8D5BB

Color #C8D5BB Ottoman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ottoman #C8D5BB

Tints of Ottoman #C8D5BB

Color information

#C8D5BB (or 0xC8D5BB) is unknown color: approx Ottoman. HEX triplet: C8, D5 and BB. RGB value is (200,213,187). Sum of RGB (Red+Green+Blue) = 200+213+187=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D5BB is #372A44. Grayscale: #CECECE. Windows color (decimal): -3615301 or 12309960. OLE color: 12309960.

HSL color Cylindrical-coordinate representation of color #C8D5BB: hue angle of 90º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8D5BB is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB200213187-
CMYK0.0600.120.16
HSL90º23.64%78.43%-
HSV(B)90º12.21%83.53%-
XYZ56.5863.4656.28-
YUV206.15117.19123.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.33%
GREEN value IS 213 (83.59% from 255) = 35.5%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=33.33%
G=35.5%
B=31.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002131870.0600.120.169023.6478.43
HexC8D5BB60C105a184e
Octal31032527360142013230116
Binary11001000110101011011101111001100100001011010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D5BB; }

 p { color: rgb(200,213,187); }

 H1.HeaderClassName
 {
   color: #C8D5BB;
 }
 .AnyTagClassName
 {
   color: #C8D5BB;
 }
</style>
background-color css

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

 a { background-color: rgb(200,213,187); }

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

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

 span { border-color: rgb(200,213,187); }

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