#CDD4B3

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

Shades of Harp #CDD4B3

Tints of Harp #CDD4B3

Color information

#CDD4B3 (or 0xCDD4B3) is unknown color: approx Harp. HEX triplet: CD, D4 and B3. RGB value is (205,212,179). Sum of RGB (Red+Green+Blue) = 205+212+179=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 179 (70.31% from 255 or 30.03% from 596); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD4B3 is #322B4C. Grayscale: #CECECE. Windows color (decimal): -3287885 or 11785421. OLE color: 11785421.

HSL color Cylindrical-coordinate representation of color #CDD4B3: hue angle of 72.73º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDD4B3 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB205212179-
CMYK0.0300.160.17
HSL72.73º27.73%76.67%-
HSV(B)72.73º15.57%83.14%-
XYZ56.8663.3251.87-
YUV206.14112.68127.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 212 (83.20% from 255) = 35.57%
BLUE value IS 179 (70.31% from 255) = 30.03%
R=34.40%
G=35.57%
B=30.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052121790.0300.160.1772.7327.7376.67
HexCDD4B3301011491c4d
Octal31532426330202111134115
Binary11001101110101001011001111010000100011001001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4B3; }

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

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

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

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

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

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

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

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