#CCDBB3

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

Shades of Harp #CCDBB3

Tints of Harp #CCDBB3

Color information

#CCDBB3 (or 0xCCDBB3) is unknown color: approx Harp. HEX triplet: CC, DB and B3. RGB value is (204,219,179). Sum of RGB (Red+Green+Blue) = 204+219+179=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBB3 is #33244C. Grayscale: #D2D2D2. Windows color (decimal): -3351629 or 11787212. OLE color: 11787212.

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

Color convert

RGB204219179-
CMYK0.0700.180.14
HSL82.5º35.71%78.04%-
HSV(B)82.5º18.26%85.88%-
XYZ58.3766.7652.46-
YUV209.96110.53123.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 219 (85.94% from 255) = 36.38%
BLUE value IS 179 (70.31% from 255) = 29.73%
R=33.89%
G=36.38%
B=29.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191790.0700.180.1482.535.7178.04
HexCCDBB37012E52244e
Octal31433326370221612244116
Binary110011001101101110110011111010010111010100101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBB3; }

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

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

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

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

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

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

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

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