#CCD7BD

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

Shades of Ottoman #CCD7BD

Tints of Ottoman #CCD7BD

Color information

#CCD7BD (or 0xCCD7BD) is unknown color: approx Ottoman. HEX triplet: CC, D7 and BD. RGB value is (204,215,189). Sum of RGB (Red+Green+Blue) = 204+215+189=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7BD is #332842. Grayscale: #D0D0D0. Windows color (decimal): -3352643 or 12441548. OLE color: 12441548.

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

Color convert

RGB204215189-
CMYK0.0500.120.16
HSL85.38º24.53%79.22%-
HSV(B)85.38º12.09%84.31%-
XYZ58.3965.1157.63-
YUV208.75116.86124.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 215 (84.38% from 255) = 35.36%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=33.55%
G=35.36%
B=31.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042151890.0500.120.1685.3824.5379.22
HexCCD7BD50C1055194f
Octal31432727550142012531117
Binary11001100110101111011110110101100100001010101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7BD; }

 p { color: rgb(204,215,189); }

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

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

 a { background-color: rgb(204,215,189); }

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

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

 span { border-color: rgb(204,215,189); }

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