#CFD5BB

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

Shades of Harp #CFD5BB

Tints of Harp #CFD5BB

Color information

#CFD5BB (or 0xCFD5BB) is unknown color: approx Harp. HEX triplet: CF, D5 and BB. RGB value is (207,213,187). Sum of RGB (Red+Green+Blue) = 207+213+187=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5BB is #302A44. Grayscale: #D0D0D0. Windows color (decimal): -3156549 or 12309967. OLE color: 12309967.

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

Color convert

RGB207213187-
CMYK0.0300.120.16
HSL73.85º23.64%78.43%-
HSV(B)73.85º12.21%83.53%-
XYZ58.564.4456.37-
YUV208.24116.01127.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 213 (83.59% from 255) = 35.09%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=34.10%
G=35.09%
B=30.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072131870.0300.120.1673.8523.6478.43
HexCFD5BB30C104a184e
Octal31732527330142011230116
Binary1100111111010101101110111101100100001001010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5BB; }

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

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

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

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

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

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

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

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