Html Css Color HEX #ACCDDB French Pass

📋 copy color: '#ACCDDB'

red 172 ◦ green 205 ◦ blue 219

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

Shades of French Pass #ACCDDB

Tints of French Pass #ACCDDB

RGB

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

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

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

R = 28.86%
G = 34.4%
B = 36.74%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACCDDB (or 0xACCDDB) is known color: French Pass. HEX triplet: AC, CD and DB. RGB value is (172,205,219). Sum of RGB (Red+Green+Blue) = 172+205+219=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACCDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDDB is #533224. Grayscale: #C4C4C4. Windows color (decimal): -5452325 or 14405036. OLE color: 14405036.

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

Color convert

RGB 172 205 219 -
CMYK 0.21 0.06 0 0.14
HSL 197.87º 0.39% 0.77% -
HSV(B) 197.87º 0.21% 0.86% -
XYZ 51.63 57.55 75.4 -
YUV 196.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 172 205 219 0.21 0.06 0 0.14 197.87 0.39 0.77
Hex AC CD DB 15 6 0 E C6 27 4D
Octal 254 315 333 25 6 0 16 306 47 115
Binary 10101100 11001101 11011011 10101 110 0 1110 11000110 100111 1001101

Color Harmonies of #ACCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDDB

Black with #ACCDDB

Text Example


Text Example

White with #ACCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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