#ccdebc

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

Shades of Ottoman #CCDEBC

Tints of Ottoman #CCDEBC

Color information

#CCDEBC (or 0xCCDEBC) is unknown color: approx Ottoman. HEX triplet: CC, DE and BC. RGB value is (204,222,188). Sum of RGB (Red+Green+Blue) = 204+222+188=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEBC is #332143. Grayscale: #D4D4D4. Windows color (decimal): -3350852 or 12377804. OLE color: 12377804.

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

Color convert

RGB204222188-
CMYK0.0800.150.13
HSL91.76º34%80.39%-
HSV(B)91.76º15.32%87.06%-
XYZ60.168.7157.67-
YUV212.74114.04121.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 222 (87.11% from 255) = 36.16%
BLUE value IS 188 (73.83% from 255) = 30.62%
R=33.22%
G=36.16%
B=30.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042221880.0800.150.1391.763480.39
HexCCDEBC80FD5c2250
Octal314336274100171513442120
Binary110011001101111010111100100001111110110111001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccdebc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccdebc; }

 p { color: rgb(204,222,188); }

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

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

 a { background-color: rgb(204,222,188); }

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

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

 span { border-color: rgb(204,222,188); }

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