#CDD8B9

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

Shades of Harp #CDD8B9

Tints of Harp #CDD8B9

Color information

#CDD8B9 (or 0xCDD8B9) is unknown color: approx Harp. HEX triplet: CD, D8 and B9. RGB value is (205,216,185). Sum of RGB (Red+Green+Blue) = 205+216+185=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8B9 is #322746. Grayscale: #D1D1D1. Windows color (decimal): -3286855 or 12179661. OLE color: 12179661.

HSL color Cylindrical-coordinate representation of color #CDD8B9: hue angle of 81.29º 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 #CDD8B9 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB205216185-
CMYK0.0500.140.15
HSL81.29º28.44%78.63%-
HSV(B)81.29º14.35%84.71%-
XYZ58.4965.5955.48-
YUV209.18114.36125.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 216 (84.77% from 255) = 35.64%
BLUE value IS 185 (72.66% from 255) = 30.53%
R=33.83%
G=35.64%
B=30.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052161850.0500.140.1581.2928.4478.63
HexCDD8B950EF511c4f
Octal31533027150161712134117
Binary1100110111011000101110011010111011111010001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD8B9; }

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

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

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

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

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

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

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

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