#CBD6C4

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

Shades of Ottoman #CBD6C4

Tints of Ottoman #CBD6C4

Color information

#CBD6C4 (or 0xCBD6C4) is unknown color: approx Ottoman. HEX triplet: CB, D6 and C4. RGB value is (203,214,196). Sum of RGB (Red+Green+Blue) = 203+214+196=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6C4 is #34293B. Grayscale: #D0D0D0. Windows color (decimal): -3418428 or 12900043. OLE color: 12900043.

HSL color Cylindrical-coordinate representation of color #CBD6C4: hue angle of 96.67º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBD6C4 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB203214196-
CMYK0.0500.080.16
HSL96.67º18%80.39%-
HSV(B)96.67º8.41%83.92%-
XYZ58.6464.7861.64-
YUV208.66120.86123.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.12%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 196 (76.95% from 255) = 31.97%
R=33.12%
G=34.91%
B=31.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032141960.0500.080.1696.671880.39
HexCBD6C450810611250
Octal31332630450102014122120
Binary11001011110101101100010010101000100001100001100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6C4; }

 p { color: rgb(203,214,196); }

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

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

 a { background-color: rgb(203,214,196); }

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

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

 span { border-color: rgb(203,214,196); }

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