Html Css Color HEX #ACCDDC French Pass

📋 copy color: '#ACCDDC'

red 172 ◦ green 205 ◦ blue 220

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

Shades of French Pass #ACCDDC

Tints of French Pass #ACCDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.85%

R = 28.81%
G = 34.34%
B = 36.85%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACCDDC (or 0xACCDDC) is known color: French Pass. HEX triplet: AC, CD and DC. RGB value is (172,205,220). Sum of RGB (Red+Green+Blue) = 172+205+220=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACCDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDDC is #533223. Grayscale: #C4C4C4. Windows color (decimal): -5452324 or 14470572. OLE color: 14470572.

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

Color convert

RGB 172 205 220 -
CMYK 0.22 0.07 0 0.14
HSL 198.75º 0.41% 0.77% -
HSV(B) 198.75º 0.22% 0.86% -
XYZ 51.76 57.6 76.1 -
YUV 196.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 172 205 220 0.22 0.07 0 0.14 198.75 0.41 0.77
Hex AC CD DC 16 7 0 E C7 29 4D
Octal 254 315 334 26 7 0 16 307 51 115
Binary 10101100 11001101 11011100 10110 111 0 1110 11000111 101001 1001101

Color Harmonies of #ACCDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDDC

Black with #ACCDDC

Text Example


Text Example

White with #ACCDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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