#CCD6B3

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

Shades of Harp #CCD6B3

Tints of Harp #CCD6B3

Color information

#CCD6B3 (or 0xCCD6B3) is unknown color: approx Harp. HEX triplet: CC, D6 and B3. RGB value is (204,214,179). Sum of RGB (Red+Green+Blue) = 204+214+179=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6B3 is #33294C. Grayscale: #CFCFCF. Windows color (decimal): -3352909 or 11785932. OLE color: 11785932.

HSL color Cylindrical-coordinate representation of color #CCD6B3: hue angle of 77.14º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCD6B3 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB204214179-
CMYK0.0500.160.16
HSL77.14º29.91%77.06%-
HSV(B)77.14º16.36%83.92%-
XYZ57.0964.1952.03-
YUV207.02112.19125.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 214 (83.98% from 255) = 35.85%
BLUE value IS 179 (70.31% from 255) = 29.98%
R=34.17%
G=35.85%
B=29.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141790.0500.160.1677.1429.9177.06
HexCCD6B35010104d1e4d
Octal31432626350202011536115
Binary110011001101011010110011101010000100001001101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6B3; }

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

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

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

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

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

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

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

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