#CDD4BB

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

Shades of Harp #CDD4BB

Tints of Harp #CDD4BB

Color information

#CDD4BB (or 0xCDD4BB) is unknown color: approx Harp. HEX triplet: CD, D4 and BB. RGB value is (205,212,187). Sum of RGB (Red+Green+Blue) = 205+212+187=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD4BB is #322B44. Grayscale: #CFCFCF. Windows color (decimal): -3287877 or 12309709. OLE color: 12309709.

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

Color convert

RGB205212187-
CMYK0.0300.120.17
HSL76.8º22.52%78.24%-
HSV(B)76.8º11.79%83.14%-
XYZ57.6963.6556.26-
YUV207.06116.68126.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 212 (83.20% from 255) = 35.10%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=33.94%
G=35.10%
B=30.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052121870.0300.120.1776.822.5278.24
HexCDD4BB30C114d174e
Octal31532427330142111527116
Binary1100110111010100101110111101100100011001101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4BB; }

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

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

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

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

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

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

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

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