#CCD2BB

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

Shades of Harp #CCD2BB

Tints of Harp #CCD2BB

Color information

#CCD2BB (or 0xCCD2BB) is unknown color: approx Harp. HEX triplet: CC, D2 and BB. RGB value is (204,210,187). Sum of RGB (Red+Green+Blue) = 204+210+187=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2BB is #332D44. Grayscale: #CDCDCD. Windows color (decimal): -3353925 or 12309196. OLE color: 12309196.

HSL color Cylindrical-coordinate representation of color #CCD2BB: hue angle of 75.65º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCD2BB is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB204210187-
CMYK0.0300.110.18
HSL75.65º20.35%77.84%-
HSV(B)75.65º10.95%82.35%-
XYZ56.9262.5256.08-
YUV205.58117.51126.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 210 (82.42% from 255) = 34.94%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=33.94%
G=34.94%
B=31.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042101870.0300.110.1875.6520.3577.84
HexCCD2BB30B124c144e
Octal31432227330132211424116
Binary1100110011010010101110111101011100101001100101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD2BB; }

 p { color: rgb(204,210,187); }

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

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

 a { background-color: rgb(204,210,187); }

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

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

 span { border-color: rgb(204,210,187); }

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