#CCDBBE

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

Shades of Ottoman #CCDBBE

Tints of Ottoman #CCDBBE

Color information

#CCDBBE (or 0xCCDBBE) is unknown color: approx Ottoman. HEX triplet: CC, DB and BE. RGB value is (204,219,190). Sum of RGB (Red+Green+Blue) = 204+219+190=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBBE is #332441. Grayscale: #D3D3D3. Windows color (decimal): -3351618 or 12508108. OLE color: 12508108.

HSL color Cylindrical-coordinate representation of color #CCDBBE: hue angle of 91.03º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCDBBE is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB204219190-
CMYK0.0700.130.14
HSL91.03º28.71%80.2%-
HSV(B)91.03º13.24%85.88%-
XYZ59.5367.2258.55-
YUV211.21116.03122.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.28%
GREEN value IS 219 (85.94% from 255) = 35.73%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=33.28%
G=35.73%
B=31.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191900.0700.130.1491.0328.7180.2
HexCCDBBE70DE5b1d50
Octal31433327670151613335120
Binary1100110011011011101111101110110111101011011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBBE; }

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

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

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

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

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

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

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

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