Html Css Color HEX #ACCADD Spindle

📋 copy color: '#ACCADD'

red 172 ◦ green 202 ◦ blue 221

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

Shades of Spindle #ACCADD

Tints of Spindle #ACCADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.95%

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

R = 28.91%
G = 33.95%
B = 37.14%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACCADD (or 0xACCADD) is known color: Spindle. HEX triplet: AC, CA and DD. RGB value is (172,202,221). Sum of RGB (Red+Green+Blue) = 172+202+221=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACCADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCADD is #533522. Grayscale: #C3C3C3. Windows color (decimal): -5453091 or 14535340. OLE color: 14535340.

HSL color Cylindrical-coordinate representation of color #ACCADD: hue angle of 203.27º 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 #ACCADD is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 202 221 -
CMYK 0.22 0.09 0 0.13
HSL 203.27º 0.42% 0.77% -
HSV(B) 203.27º 0.22% 0.87% -
XYZ 51.18 56.23 76.56 -
YUV 195.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 172 202 221 0.22 0.09 0 0.13 203.27 0.42 0.77
Hex AC CA DD 16 9 0 D CB 2A 4D
Octal 254 312 335 26 11 0 15 313 52 115
Binary 10101100 11001010 11011101 10110 1001 0 1101 11001011 101010 1001101

Color Harmonies of #ACCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCADD

Black with #ACCADD

Text Example


Text Example

White with #ACCADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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