#CFDABB

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

Shades of Harp #CFDABB

Tints of Harp #CFDABB

Color information

#CFDABB (or 0xCFDABB) is unknown color: approx Harp. HEX triplet: CF, DA and BB. RGB value is (207,218,187). Sum of RGB (Red+Green+Blue) = 207+218+187=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDABB is #302544. Grayscale: #D3D3D3. Windows color (decimal): -3155269 or 12311247. OLE color: 12311247.

HSL color Cylindrical-coordinate representation of color #CFDABB: hue angle of 81.29º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFDABB is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB207218187-
CMYK0.0500.140.15
HSL81.29º29.52%79.41%-
HSV(B)81.29º14.22%85.49%-
XYZ59.776756.79-
YUV211.18114.36125.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.82%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=33.82%
G=35.62%
B=30.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072181870.0500.140.1581.2929.5279.41
HexCFDABB50EF511e4f
Octal31733227350161712136117
Binary1100111111011010101110111010111011111010001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDABB; }

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

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

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

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

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

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

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

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