#CBDBB3

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

Shades of Harp #CBDBB3

Tints of Harp #CBDBB3

Color information

#CBDBB3 (or 0xCBDBB3) is unknown color: approx Harp. HEX triplet: CB, DB and B3. RGB value is (203,219,179). Sum of RGB (Red+Green+Blue) = 203+219+179=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBB3 is #34244C. Grayscale: #D1D1D1. Windows color (decimal): -3417165 or 11787211. OLE color: 11787211.

HSL color Cylindrical-coordinate representation of color #CBDBB3: hue angle of 84º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBDBB3 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB203219179-
CMYK0.0700.180.14
HSL84º35.71%78.04%-
HSV(B)84º18.26%85.88%-
XYZ58.166.6152.44-
YUV209.66110.7123.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 219 (85.94% from 255) = 36.44%
BLUE value IS 179 (70.31% from 255) = 29.78%
R=33.78%
G=36.44%
B=29.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032191790.0700.180.148435.7178.04
HexCBDBB37012E54244e
Octal31333326370221612444116
Binary110010111101101110110011111010010111010101001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBB3; }

 p { color: rgb(203,219,179); }

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

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

 a { background-color: rgb(203,219,179); }

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

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

 span { border-color: rgb(203,219,179); }

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