#CDDAB4

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

Shades of Harp #CDDAB4

Tints of Harp #CDDAB4

Color information

#CDDAB4 (or 0xCDDAB4) is unknown color: approx Harp. HEX triplet: CD, DA and B4. RGB value is (205,218,180). Sum of RGB (Red+Green+Blue) = 205+218+180=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAB4 is #32254B. Grayscale: #D1D1D1. Windows color (decimal): -3286348 or 11852493. OLE color: 11852493.

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

Color convert

RGB205218180-
CMYK0.0600.170.15
HSL80.53º33.93%78.04%-
HSV(B)80.53º17.43%85.49%-
XYZ58.4966.4252.92-
YUV209.78111.19124.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=34.00%
G=36.15%
B=29.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052181800.0600.170.1580.5333.9378.04
HexCDDAB46011F51224e
Octal31533226460211712142116
Binary110011011101101010110100110010001111110100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAB4; }

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

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

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

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

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

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

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

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