Html Css Color HEX #ACCDDD French Pass

📋 copy color: '#ACCDDD'

red 172 ◦ green 205 ◦ blue 221

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

Shades of French Pass #ACCDDD

Tints of French Pass #ACCDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.28%

 BLUE value IS 221 (86.72% from 255) = 36.96%

R = 28.76%
G = 34.28%
B = 36.96%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACCDDD (or 0xACCDDD) is known color: French Pass. HEX triplet: AC, CD and DD. RGB value is (172,205,221). Sum of RGB (Red+Green+Blue) = 172+205+221=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACCDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDDD is #533222. Grayscale: #C4C4C4. Windows color (decimal): -5452323 or 14536108. OLE color: 14536108.

HSL color Cylindrical-coordinate representation of color #ACCDDD: hue angle of 199.59º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACCDDD is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 205 221 -
CMYK 0.22 0.07 0 0.13
HSL 199.59º 0.42% 0.77% -
HSV(B) 199.59º 0.22% 0.87% -
XYZ 51.9 57.65 76.8 -
YUV 196.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 172 205 221 0.22 0.07 0 0.13 199.59 0.42 0.77
Hex AC CD DD 16 7 0 D C8 2A 4D
Octal 254 315 335 26 7 0 15 310 52 115
Binary 10101100 11001101 11011101 10110 111 0 1101 11001000 101010 1001101

Color Harmonies of #ACCDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDDD

Black with #ACCDDD

Text Example


Text Example

White with #ACCDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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