#CFD2BB

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

Shades of Harp #CFD2BB

Tints of Harp #CFD2BB

Color information

#CFD2BB (or 0xCFD2BB) is unknown color: approx Harp. HEX triplet: CF, D2 and BB. RGB value is (207,210,187). Sum of RGB (Red+Green+Blue) = 207+210+187=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD2BB is #302D44. Grayscale: #CECECE. Windows color (decimal): -3157317 or 12309199. OLE color: 12309199.

HSL color Cylindrical-coordinate representation of color #CFD2BB: hue angle of 67.83º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFD2BB is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB207210187-
CMYK0.0100.110.18
HSL67.83º20.35%77.84%-
HSV(B)67.83º10.95%82.35%-
XYZ57.7562.9556.12-
YUV206.48117.01128.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 210 (82.42% from 255) = 34.77%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=34.27%
G=34.77%
B=30.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072101870.0100.110.1867.8320.3577.84
HexCFD2BB10B1244144e
Octal31732227310132210424116
Binary110011111101001010111011101011100101000100101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD2BB; }

 p { color: rgb(207,210,187); }

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

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

 a { background-color: rgb(207,210,187); }

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

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

 span { border-color: rgb(207,210,187); }

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