#ACCFDB

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

Shades of French Pass #ACCFDB

Tints of French Pass #ACCFDB

Color information

#ACCFDB (or 0xACCFDB) is unknown color: approx French Pass. HEX triplet: AC, CF and DB. RGB value is (172,207,219). Sum of RGB (Red+Green+Blue) = 172+207+219=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACCFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFDB is #533024. Grayscale: #C5C5C5. Windows color (decimal): -5451813 or 14405548. OLE color: 14405548.

HSL color Cylindrical-coordinate representation of color #ACCFDB: hue angle of 195.32º 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 #ACCFDB is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172207219-
CMYK0.210.0500.14
HSL195.32º39.5%76.67%-
HSV(B)195.32º21.46%85.88%-
XYZ52.1158.5175.56-
YUV197.9139.9109.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 207 (81.25% from 255) = 34.62%
BLUE value IS 219 (85.94% from 255) = 36.62%
R=28.76%
G=34.62%
B=36.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722072190.210.0500.14195.3239.576.67
HexACCFDB1550Ec3274d
Octal25431733325501630347115
Binary1010110011001111110110111010110101110110000111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFDB; }

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

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

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

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

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

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

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

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