#CDDAB3

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

Shades of Harp #CDDAB3

Tints of Harp #CDDAB3

Color information

#CDDAB3 (or 0xCDDAB3) is unknown color: approx Harp. HEX triplet: CD, DA and B3. RGB value is (205,218,179). Sum of RGB (Red+Green+Blue) = 205+218+179=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAB3 is #32254C. Grayscale: #D1D1D1. Windows color (decimal): -3286349 or 11786957. OLE color: 11786957.

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

Color convert

RGB205218179-
CMYK0.0600.180.15
HSL80º34.51%77.84%-
HSV(B)80º17.89%85.49%-
XYZ58.3866.3852.38-
YUV209.67110.69124.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 218 (85.55% from 255) = 36.21%
BLUE value IS 179 (70.31% from 255) = 29.73%
R=34.05%
G=36.21%
B=29.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052181790.0600.180.158034.5177.84
HexCDDAB36012F50234e
Octal31533226360221712043116
Binary110011011101101010110011110010010111110100001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAB3; }

 p { color: rgb(205,218,179); }

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

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

 a { background-color: rgb(205,218,179); }

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

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

 span { border-color: rgb(205,218,179); }

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