#CFD5BA

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

Shades of Harp #CFD5BA

Tints of Harp #CFD5BA

Color information

#CFD5BA (or 0xCFD5BA) is unknown color: approx Harp. HEX triplet: CF, D5 and BA. RGB value is (207,213,186). Sum of RGB (Red+Green+Blue) = 207+213+186=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5BA is #302A45. Grayscale: #D0D0D0. Windows color (decimal): -3156550 or 12244431. OLE color: 12244431.

HSL color Cylindrical-coordinate representation of color #CFD5BA: hue angle of 73.33º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFD5BA is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB207213186-
CMYK0.0300.130.16
HSL73.33º24.32%78.24%-
HSV(B)73.33º12.68%83.53%-
XYZ58.3964.455.81-
YUV208.13115.51127.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 213 (83.59% from 255) = 35.15%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=34.16%
G=35.15%
B=30.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072131860.0300.130.1673.3324.3278.24
HexCFD5BA30D1049184e
Octal31732527230152011130116
Binary1100111111010101101110101101101100001001001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5BA; }

 p { color: rgb(207,213,186); }

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

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

 a { background-color: rgb(207,213,186); }

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

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

 span { border-color: rgb(207,213,186); }

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