#CCDBB2

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

Shades of Harp #CCDBB2

Tints of Harp #CCDBB2

Color information

#CCDBB2 (or 0xCCDBB2) is unknown color: approx Harp. HEX triplet: CC, DB and B2. RGB value is (204,219,178). Sum of RGB (Red+Green+Blue) = 204+219+178=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBB2 is #33244D. Grayscale: #D1D1D1. Windows color (decimal): -3351630 or 11721676. OLE color: 11721676.

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

Color convert

RGB204219178-
CMYK0.0700.190.14
HSL81.95º36.28%77.84%-
HSV(B)81.95º18.72%85.88%-
XYZ58.2766.7151.93-
YUV209.84110.03123.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 219 (85.94% from 255) = 36.44%
BLUE value IS 178 (69.92% from 255) = 29.62%
R=33.94%
G=36.44%
B=29.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191780.0700.190.1481.9536.2877.84
HexCCDBB27013E52244e
Octal31433326270231612244116
Binary110011001101101110110010111010011111010100101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBB2; }

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

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

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

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

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

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

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

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