Html Css Color HEX #ACCCDC French Pass

📋 copy color: '#ACCCDC'

red 172 ◦ green 204 ◦ blue 220

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

Shades of French Pass #ACCCDC

Tints of French Pass #ACCCDC

RGB

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

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

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

R = 28.86%
G = 34.23%
B = 36.91%

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

#ACCCDC (or 0xACCCDC) is known color: French Pass. HEX triplet: AC, CC and DC. RGB value is (172,204,220). Sum of RGB (Red+Green+Blue) = 172+204+220=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACCCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCDC is #533323. Grayscale: #C4C4C4. Windows color (decimal): -5452580 or 14470316. OLE color: 14470316.

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

Color convert

RGB 172 204 220 -
CMYK 0.22 0.07 0 0.14
HSL 200º 0.41% 0.77% -
HSV(B) 200º 0.22% 0.86% -
XYZ 51.52 57.12 76.02 -
YUV 196.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 172 204 220 0.22 0.07 0 0.14 200 0.41 0.77
Hex AC CC DC 16 7 0 E C8 29 4D
Octal 254 314 334 26 7 0 16 310 51 115
Binary 10101100 11001100 11011100 10110 111 0 1110 11001000 101001 1001101

Color Harmonies of #ACCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCDC

Black with #ACCCDC

Text Example


Text Example

White with #ACCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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