#CCD5BF

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

Shades of Ottoman #CCD5BF

Tints of Ottoman #CCD5BF

Color information

#CCD5BF (or 0xCCD5BF) is unknown color: approx Ottoman. HEX triplet: CC, D5 and BF. RGB value is (204,213,191). Sum of RGB (Red+Green+Blue) = 204+213+191=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5BF is #332A40. Grayscale: #CFCFCF. Windows color (decimal): -3353153 or 12572108. OLE color: 12572108.

HSL color Cylindrical-coordinate representation of color #CCD5BF: hue angle of 84.55º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCD5BF is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB204213191-
CMYK0.0400.100.16
HSL84.55º20.75%79.22%-
HSV(B)84.55º10.33%83.53%-
XYZ58.164.1958.62-
YUV207.8118.52125.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 213 (83.59% from 255) = 35.03%
BLUE value IS 191 (75% from 255) = 31.41%
R=33.55%
G=35.03%
B=31.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042131910.0400.100.1684.5520.7579.22
HexCCD5BF40A1055154f
Octal31432527740122012525117
Binary11001100110101011011111110001010100001010101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5BF; }

 p { color: rgb(204,213,191); }

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

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

 a { background-color: rgb(204,213,191); }

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

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

 span { border-color: rgb(204,213,191); }

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