Html Css Color HEX #ACCCDA French Pass

📋 copy color: '#ACCCDA'

red 172 ◦ green 204 ◦ blue 218

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

Shades of French Pass #ACCCDA

Tints of French Pass #ACCCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.7%

R = 28.96%
G = 34.34%
B = 36.7%

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

#ACCCDA (or 0xACCCDA) is known color: French Pass. HEX triplet: AC, CC and DA. RGB value is (172,204,218). Sum of RGB (Red+Green+Blue) = 172+204+218=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACCCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCDA is #533325. Grayscale: #C3C3C3. Windows color (decimal): -5452582 or 14339244. OLE color: 14339244.

HSL color Cylindrical-coordinate representation of color #ACCCDA: hue angle of 198.26º degrees, saturation: 0.38, 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 #ACCCDA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 204 218 -
CMYK 0.21 0.06 0 0.15
HSL 198.26º 0.38% 0.76% -
HSV(B) 198.26º 0.21% 0.85% -
XYZ 51.26 57.02 74.63 -
YUV 196.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 172 204 218 0.21 0.06 0 0.15 198.26 0.38 0.76
Hex AC CC DA 15 6 0 F C6 26 4C
Octal 254 314 332 25 6 0 17 306 46 114
Binary 10101100 11001100 11011010 10101 110 0 1111 11000110 100110 1001100

Color Harmonies of #ACCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCDA

Black with #ACCCDA

Text Example


Text Example

White with #ACCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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