Html Css Color HEX #ACD7DD Charlotte

📋 copy color: '#ACD7DD'

red 172 ◦ green 215 ◦ blue 221

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

Shades of Charlotte #ACD7DD

Tints of Charlotte #ACD7DD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.36%

 BLUE value IS 221 (86.72% from 255) = 36.35%

R = 28.29%
G = 35.36%
B = 36.35%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACD7DD (or 0xACD7DD) is known color: Charlotte. HEX triplet: AC, D7 and DD. RGB value is (172,215,221). Sum of RGB (Red+Green+Blue) = 172+215+221=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACD7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7DD is #532822. Grayscale: #CACACA. Windows color (decimal): -5449763 or 14538668. OLE color: 14538668.

HSL color Cylindrical-coordinate representation of color #ACD7DD: hue angle of 187.35º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACD7DD is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 215 221 -
CMYK 0.22 0.03 0 0.13
HSL 187.35º 0.42% 0.77% -
HSV(B) 187.35º 0.22% 0.87% -
XYZ 54.36 62.59 77.62 -
YUV 202.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 172 215 221 0.22 0.03 0 0.13 187.35 0.42 0.77
Hex AC D7 DD 16 3 0 D BB 2A 4D
Octal 254 327 335 26 3 0 15 273 52 115
Binary 10101100 11010111 11011101 10110 11 0 1101 10111011 101010 1001101

Color Harmonies of #ACD7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD7DD

Black with #ACD7DD

Text Example


Text Example

White with #ACD7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD7DD; }

 p { color: rgb(172,215,221); }

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

background-color css

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

 a { background-color: rgb(172,215,221); }

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

border-color css

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

 span { border-color: rgb(172,215,221); }

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