#CCD7BE

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

Shades of Ottoman #CCD7BE

Tints of Ottoman #CCD7BE

Color information

#CCD7BE (or 0xCCD7BE) is unknown color: approx Ottoman. HEX triplet: CC, D7 and BE. RGB value is (204,215,190). Sum of RGB (Red+Green+Blue) = 204+215+190=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7BE is #332841. Grayscale: #D0D0D0. Windows color (decimal): -3352642 or 12507084. OLE color: 12507084.

HSL color Cylindrical-coordinate representation of color #CCD7BE: hue angle of 86.4º degrees, saturation: 0.24, 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 #CCD7BE is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB204215190-
CMYK0.0500.120.16
HSL86.4º23.81%79.41%-
HSV(B)86.4º11.63%84.31%-
XYZ58.565.1658.21-
YUV208.86117.36124.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 215 (84.38% from 255) = 35.30%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=33.50%
G=35.30%
B=31.20%

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
Decimal2042151900.0500.120.1686.423.8179.41
HexCCD7BE50C1056184f
Octal31432727650142012630117
Binary11001100110101111011111010101100100001010110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7BE; }

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

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

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

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

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

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

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

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