#AFCCDB

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

Shades of French Pass #AFCCDB

Tints of French Pass #AFCCDB

Color information

#AFCCDB (or 0xAFCCDB) is unknown color: approx French Pass. HEX triplet: AF, CC and DB. RGB value is (175,204,219). Sum of RGB (Red+Green+Blue) = 175+204+219=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 204 (80.08% from 255 or 34.11% 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 #AFCCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCDB is #503324. Grayscale: #C4C4C4. Windows color (decimal): -5255973 or 14404783. OLE color: 14404783.

HSL color Cylindrical-coordinate representation of color #AFCCDB: hue angle of 200.45º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFCCDB is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175204219-
CMYK0.200.0700.14
HSL200.45º37.93%77.25%-
HSV(B)200.45º20.09%85.88%-
XYZ52.0657.4175.36-
YUV197.04140.39112.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 219 (85.94% from 255) = 36.62%
R=29.26%
G=34.11%
B=36.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752042190.200.0700.14200.4537.9377.25
HexAFCCDB1470Ec8264d
Octal25731433324701631046115
Binary1010111111001100110110111010011101110110010001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCDB; }

 p { color: rgb(175,204,219); }

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

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

 a { background-color: rgb(175,204,219); }

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

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

 span { border-color: rgb(175,204,219); }

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