#CDDCB3

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

Shades of Harp #CDDCB3

Tints of Harp #CDDCB3

Color information

#CDDCB3 (or 0xCDDCB3) is unknown color: approx Harp. HEX triplet: CD, DC and B3. RGB value is (205,220,179). Sum of RGB (Red+Green+Blue) = 205+220+179=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCB3 is #32234C. Grayscale: #D2D2D2. Windows color (decimal): -3285837 or 11787469. OLE color: 11787469.

HSL color Cylindrical-coordinate representation of color #CDDCB3: hue angle of 81.95º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDCB3 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB205220179-
CMYK0.0700.190.14
HSL81.95º36.94%78.24%-
HSV(B)81.95º18.64%86.27%-
XYZ58.9167.4252.56-
YUV210.84110.03123.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 179 (70.31% from 255) = 29.64%
R=33.94%
G=36.42%
B=29.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201790.0700.190.1481.9536.9478.24
HexCDDCB37013E52254e
Octal31533426370231612245116
Binary110011011101110010110011111010011111010100101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCB3; }

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

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

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

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

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

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

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

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