Html Css Color HEX #ACCCD9 French Pass

📋 copy color: '#ACCCD9'

red 172 ◦ green 204 ◦ blue 217

#ACCCD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Pass #ACCCD9

Tints of French Pass #ACCCD9

RGB

 RED value IS 172 (67.58% from 255) = 29.01%

 GREEN value IS 204 (80.08% from 255) = 34.4%

 BLUE value IS 217 (85.16% from 255) = 36.59%

R = 29.01%
G = 34.4%
B = 36.59%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACCCD9 (or 0xACCCD9) is known color: French Pass. HEX triplet: AC, CC and D9. RGB value is (172,204,217). Sum of RGB (Red+Green+Blue) = 172+204+217=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACCCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCD9 is #533326. Grayscale: #C3C3C3. Windows color (decimal): -5452583 or 14273708. OLE color: 14273708.

HSL color Cylindrical-coordinate representation of color #ACCCD9: hue angle of 197.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACCCD9 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 204 217 -
CMYK 0.21 0.06 0 0.15
HSL 197.33º 0.37% 0.76% -
HSV(B) 197.33º 0.21% 0.85% -
XYZ 51.13 56.97 73.95 -
YUV 195.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 172 204 217 0.21 0.06 0 0.15 197.33 0.37 0.76
Hex AC CC D9 15 6 0 F C5 25 4C
Octal 254 314 331 25 6 0 17 305 45 114
Binary 10101100 11001100 11011001 10101 110 0 1111 11000101 100101 1001100

Color Harmonies of #ACCCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCD9

Black with #ACCCD9

Text Example


Text Example

White with #ACCCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCD9; }

 p { color: rgb(172,204,217); }

 H1.HeaderClassName
 {
   color: #ACCCD9;
 }
 .AnyTagClassName
 {
   color: #ACCCD9;
 }
</style>

background-color css

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

 a { background-color: rgb(172,204,217); }

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

border-color css

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

 span { border-color: rgb(172,204,217); }

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