#CCDDBE

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

Shades of Ottoman #CCDDBE

Tints of Ottoman #CCDDBE

Color information

#CCDDBE (or 0xCCDDBE) is unknown color: approx Ottoman. HEX triplet: CC, DD and BE. RGB value is (204,221,190). Sum of RGB (Red+Green+Blue) = 204+221+190=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDBE is #332241. Grayscale: #D4D4D4. Windows color (decimal): -3351106 or 12508620. OLE color: 12508620.

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

Color convert

RGB204221190-
CMYK0.0800.140.13
HSL92.9º31.31%80.59%-
HSV(B)92.9º14.03%86.67%-
XYZ60.0568.2758.73-
YUV212.38115.37122.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 221 (86.72% from 255) = 35.93%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=33.17%
G=35.93%
B=30.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211900.0800.140.1392.931.3180.59
HexCCDDBE80ED5d1f51
Octal314335276100161513537121
Binary11001100110111011011111010000111011011011101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDBE; }

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

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

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

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

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

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

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

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