#CCD8B9

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

Shades of Harp #CCD8B9

Tints of Harp #CCD8B9

Color information

#CCD8B9 (or 0xCCD8B9) is unknown color: approx Harp. HEX triplet: CC, D8 and B9. RGB value is (204,216,185). Sum of RGB (Red+Green+Blue) = 204+216+185=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8B9 is #332746. Grayscale: #D0D0D0. Windows color (decimal): -3352391 or 12179660. OLE color: 12179660.

HSL color Cylindrical-coordinate representation of color #CCD8B9: hue angle of 83.23º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD8B9 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB204216185-
CMYK0.0600.140.15
HSL83.23º28.44%78.63%-
HSV(B)83.23º14.35%84.71%-
XYZ58.2165.4555.46-
YUV208.88114.52124.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 216 (84.77% from 255) = 35.70%
BLUE value IS 185 (72.66% from 255) = 30.58%
R=33.72%
G=35.70%
B=30.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042161850.0600.140.1583.2328.4478.63
HexCCD8B960EF531c4f
Octal31433027160161712334117
Binary1100110011011000101110011100111011111010011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8B9; }

 p { color: rgb(204,216,185); }

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

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

 a { background-color: rgb(204,216,185); }

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

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

 span { border-color: rgb(204,216,185); }

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