#CDD8AF

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

Shades of Harp #CDD8AF

Tints of Harp #CDD8AF

Color information

#CDD8AF (or 0xCDD8AF) is unknown color: approx Harp. HEX triplet: CD, D8 and AF. RGB value is (205,216,175). Sum of RGB (Red+Green+Blue) = 205+216+175=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD8AF is #322750. Grayscale: #D0D0D0. Windows color (decimal): -3286865 or 11524301. OLE color: 11524301.

HSL color Cylindrical-coordinate representation of color #CDD8AF: hue angle of 76.1º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDD8AF is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB205216175-
CMYK0.0500.190.15
HSL76.1º34.45%76.67%-
HSV(B)76.1º18.98%84.71%-
XYZ57.4765.1950.11-
YUV208.04109.36125.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 216 (84.77% from 255) = 36.24%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=34.40%
G=36.24%
B=29.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052161750.0500.190.1576.134.4576.67
HexCDD8AF5013F4c224d
Octal31533025750231711442115
Binary110011011101100010101111101010011111110011001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD8AF; }

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

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

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

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

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

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

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

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