#CCDBB4

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

Shades of Harp #CCDBB4

Tints of Harp #CCDBB4

Color information

#CCDBB4 (or 0xCCDBB4) is unknown color: approx Harp. HEX triplet: CC, DB and B4. RGB value is (204,219,180). Sum of RGB (Red+Green+Blue) = 204+219+180=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBB4 is #33244B. Grayscale: #D2D2D2. Windows color (decimal): -3351628 or 11852748. OLE color: 11852748.

HSL color Cylindrical-coordinate representation of color #CCDBB4: hue angle of 83.08º degrees, saturation: 0.35, 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 #CCDBB4 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB204219180-
CMYK0.0700.180.14
HSL83.08º35.14%78.24%-
HSV(B)83.08º17.81%85.88%-
XYZ58.4766.852.99-
YUV210.07111.03123.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 219 (85.94% from 255) = 36.32%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=33.83%
G=36.32%
B=29.85%

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
Decimal2042191800.0700.180.1483.0835.1478.24
HexCCDBB47012E53234e
Octal31433326470221612343116
Binary110011001101101110110100111010010111010100111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBB4; }

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

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

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

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

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

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

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

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