#CDD6BE

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

Shades of Harp #CDD6BE

Tints of Harp #CDD6BE

Color information

#CDD6BE (or 0xCDD6BE) is unknown color: approx Harp. HEX triplet: CD, D6 and BE. RGB value is (205,214,190). Sum of RGB (Red+Green+Blue) = 205+214+190=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6BE is #322941. Grayscale: #D0D0D0. Windows color (decimal): -3287362 or 12506829. OLE color: 12506829.

HSL color Cylindrical-coordinate representation of color #CDD6BE: hue angle of 82.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDD6BE is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB205214190-
CMYK0.0400.110.16
HSL82.5º22.64%79.22%-
HSV(B)82.5º11.21%83.92%-
XYZ58.5264.7958.14-
YUV208.57117.52125.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.66%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=33.66%
G=35.14%
B=31.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141900.0400.110.1682.522.6479.22
HexCDD6BE40B1052174f
Octal31532627640132012227117
Binary11001101110101101011111010001011100001010010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6BE; }

 p { color: rgb(205,214,190); }

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

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

 a { background-color: rgb(205,214,190); }

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

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

 span { border-color: rgb(205,214,190); }

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