#ACCDDB

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

Shades of French Pass #ACCDDB

Tints of French Pass #ACCDDB

Color information

#ACCDDB (or 0xACCDDB) is unknown color: approx French Pass. HEX triplet: AC, CD and DB. RGB value is (172,205,219). Sum of RGB (Red+Green+Blue) = 172+205+219=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACCDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDDB is #533224. Grayscale: #C4C4C4. Windows color (decimal): -5452325 or 14405036. OLE color: 14405036.

HSL color Cylindrical-coordinate representation of color #ACCDDB: hue angle of 197.87º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACCDDB is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172205219-
CMYK0.210.0600.14
HSL197.87º39.5%76.67%-
HSV(B)197.87º21.46%85.88%-
XYZ51.6357.5575.4-
YUV196.73140.57110.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.86%
GREEN value IS 205 (80.47% from 255) = 34.40%
BLUE value IS 219 (85.94% from 255) = 36.74%
R=28.86%
G=34.40%
B=36.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722052190.210.0600.14197.8739.576.67
HexACCDDB1560Ec6274d
Octal25431533325601630647115
Binary1010110011001101110110111010111001110110001101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDDB; }

 p { color: rgb(172,205,219); }

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

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

 a { background-color: rgb(172,205,219); }

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

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

 span { border-color: rgb(172,205,219); }

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