#CDD8AE

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

Shades of Harp #CDD8AE

Tints of Harp #CDD8AE

Color information

#CDD8AE (or 0xCDD8AE) is unknown color: approx Harp. HEX triplet: CD, D8 and AE. RGB value is (205,216,174). Sum of RGB (Red+Green+Blue) = 205+216+174=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD8AE is #322751. Grayscale: #D0D0D0. Windows color (decimal): -3286866 or 11458765. OLE color: 11458765.

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

Color convert

RGB205216174-
CMYK0.0500.190.15
HSL75.71º35%76.47%-
HSV(B)75.71º19.44%84.71%-
XYZ57.3765.1549.6-
YUV207.92108.86125.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 216 (84.77% from 255) = 36.30%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=34.45%
G=36.30%
B=29.24%

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
Decimal2052161740.0500.190.1575.713576.47
HexCDD8AE5013F4c234c
Octal31533025650231711443114
Binary110011011101100010101110101010011111110011001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD8AE; }

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

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

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

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

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

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

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

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