#CFD4BD

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

Shades of Harp #CFD4BD

Tints of Harp #CFD4BD

Color information

#CFD4BD (or 0xCFD4BD) is unknown color: approx Harp. HEX triplet: CF, D4 and BD. RGB value is (207,212,189). Sum of RGB (Red+Green+Blue) = 207+212+189=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD4BD is #302B42. Grayscale: #CFCFCF. Windows color (decimal): -3156803 or 12440783. OLE color: 12440783.

HSL color Cylindrical-coordinate representation of color #CFD4BD: hue angle of 73.04º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFD4BD is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB207212189-
CMYK0.0200.110.17
HSL73.04º21.1%78.63%-
HSV(B)73.04º10.85%83.14%-
XYZ58.4664.0357.42-
YUV207.88117.34127.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 212 (83.20% from 255) = 34.87%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=34.05%
G=34.87%
B=31.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072121890.0200.110.1773.0421.178.63
HexCFD4BD20B1149154f
Octal31732427520132111125117
Binary1100111111010100101111011001011100011001001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD4BD; }

 p { color: rgb(207,212,189); }

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

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

 a { background-color: rgb(207,212,189); }

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

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

 span { border-color: rgb(207,212,189); }

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