#CBDDBE

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

Shades of Ottoman #CBDDBE

Tints of Ottoman #CBDDBE

Color information

#CBDDBE (or 0xCBDDBE) is unknown color: approx Ottoman. HEX triplet: CB, DD and BE. RGB value is (203,221,190). Sum of RGB (Red+Green+Blue) = 203+221+190=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDBE is #342241. Grayscale: #D4D4D4. Windows color (decimal): -3416642 or 12508619. OLE color: 12508619.

HSL color Cylindrical-coordinate representation of color #CBDDBE: hue angle of 94.84º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBDDBE is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB203221190-
CMYK0.0800.140.13
HSL94.84º31.31%80.59%-
HSV(B)94.84º14.03%86.67%-
XYZ59.7868.1358.71-
YUV212.08115.54121.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=33.06%
G=35.99%
B=30.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211900.0800.140.1394.8431.3180.59
HexCBDDBE80ED5f1f51
Octal313335276100161513737121
Binary11001011110111011011111010000111011011011111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDBE; }

 p { color: rgb(203,221,190); }

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

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

 a { background-color: rgb(203,221,190); }

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

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

 span { border-color: rgb(203,221,190); }

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