Html Css Color HEX #A5DEDD Charlotte

📋 copy color: '#A5DEDD'

red 165 ◦ green 222 ◦ blue 221

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

Shades of Charlotte #A5DEDD

Tints of Charlotte #A5DEDD

RGB

 RED value IS 165 (64.84% from 255) = 27.14%

 GREEN value IS 222 (87.11% from 255) = 36.51%

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

R = 27.14%
G = 36.51%
B = 36.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#A5DEDD (or 0xA5DEDD) is known color: Charlotte. HEX triplet: A5, DE and DD. RGB value is (165,222,221). Sum of RGB (Red+Green+Blue) = 165+222+221=608 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.14% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEDD is #5A2122. Grayscale: #CCCCCC. Windows color (decimal): -5906723 or 14540453. OLE color: 14540453.

HSL color Cylindrical-coordinate representation of color #A5DEDD: hue angle of 178.95º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DEDD is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 222 221 -
CMYK 0.26 0 0.00 0.13
HSL 178.95º 0.46% 0.76% -
HSV(B) 178.95º 0.26% 0.87% -
XYZ 54.69 65.46 78.16 -
YUV 204.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 165 222 221 0.26 0 0.00 0.13 178.95 0.46 0.76
Hex A5 DE DD 1A 0 0 D B3 2E 4C
Octal 245 336 335 32 0 0 15 263 56 114
Binary 10100101 11011110 11011101 11010 0 0 1101 10110011 101110 1001100

Color Harmonies of #A5DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DEDD

Black with #A5DEDD

Text Example


Text Example

White with #A5DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DEDD; }

 p { color: rgb(165,222,221); }

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

background-color css

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

 a { background-color: rgb(165,222,221); }

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

border-color css

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

 span { border-color: rgb(165,222,221); }

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