#CDD7AF

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

Shades of Harp #CDD7AF

Tints of Harp #CDD7AF

Color information

#CDD7AF (or 0xCDD7AF) is unknown color: approx Harp. HEX triplet: CD, D7 and AF. RGB value is (205,215,175). Sum of RGB (Red+Green+Blue) = 205+215+175=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD7AF is #322850. Grayscale: #CFCFCF. Windows color (decimal): -3287121 or 11524045. OLE color: 11524045.

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

Color convert

RGB205215175-
CMYK0.0500.190.16
HSL75º33.33%76.47%-
HSV(B)75º18.6%84.31%-
XYZ57.2264.6850.03-
YUV207.45109.69126.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 215 (84.38% from 255) = 36.13%
BLUE value IS 175 (68.75% from 255) = 29.41%
R=34.45%
G=36.13%
B=29.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052151750.0500.190.167533.3376.47
HexCDD7AF5013104b214c
Octal31532725750232011341114
Binary1100110111010111101011111010100111000010010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7AF; }

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

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

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

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

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

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

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

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