Html Css Color HEX #ACCCDB French Pass

📋 copy color: '#ACCCDB'

red 172 ◦ green 204 ◦ blue 219

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

Shades of French Pass #ACCCDB

Tints of French Pass #ACCCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.81%

R = 28.91%
G = 34.29%
B = 36.81%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACCCDB (or 0xACCCDB) is known color: French Pass. HEX triplet: AC, CC and DB. RGB value is (172,204,219). Sum of RGB (Red+Green+Blue) = 172+204+219=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACCCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCDB is #533324. Grayscale: #C4C4C4. Windows color (decimal): -5452581 or 14404780. OLE color: 14404780.

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

Color convert

RGB 172 204 219 -
CMYK 0.21 0.07 0 0.14
HSL 199.15º 0.39% 0.77% -
HSV(B) 199.15º 0.21% 0.86% -
XYZ 51.39 57.07 75.32 -
YUV 196.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 172 204 219 0.21 0.07 0 0.14 199.15 0.39 0.77
Hex AC CC DB 15 7 0 E C7 27 4D
Octal 254 314 333 25 7 0 16 307 47 115
Binary 10101100 11001100 11011011 10101 111 0 1110 11000111 100111 1001101

Color Harmonies of #ACCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCDB

Black with #ACCCDB

Text Example


Text Example

White with #ACCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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