Html Css Color HEX #AFDDDA Scandal

📋 copy color: '#AFDDDA'

red 175 ◦ green 221 ◦ blue 218

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

Shades of Scandal #AFDDDA

Tints of Scandal #AFDDDA

RGB

 RED value IS 175 (68.75% from 255) = 28.5%

 GREEN value IS 221 (86.72% from 255) = 35.99%

 BLUE value IS 218 (85.55% from 255) = 35.5%

R = 28.5%
G = 35.99%
B = 35.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#AFDDDA (or 0xAFDDDA) is known color: Scandal. HEX triplet: AF, DD and DA. RGB value is (175,221,218). Sum of RGB (Red+Green+Blue) = 175+221+218=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDDA is #502225. Grayscale: #CECECE. Windows color (decimal): -5251622 or 14343599. OLE color: 14343599.

HSL color Cylindrical-coordinate representation of color #AFDDDA: hue angle of 176.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDDA is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 218 -
CMYK 0.21 0 0.01 0.13
HSL 176.09º 0.4% 0.78% -
HSV(B) 176.09º 0.21% 0.87% -
XYZ 56.19 65.89 76.09 -
YUV 206.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 175 221 218 0.21 0 0.01 0.13 176.09 0.4 0.78
Hex AF DD DA 15 0 1 D B0 28 4E
Octal 257 335 332 25 0 1 15 260 50 116
Binary 10101111 11011101 11011010 10101 0 1 1101 10110000 101000 1001110

Color Harmonies of #AFDDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDDA

Black with #AFDDDA

Text Example


Text Example

White with #AFDDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDDA; }

 p { color: rgb(175,221,218); }

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

background-color css

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

 a { background-color: rgb(175,221,218); }

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

border-color css

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

 span { border-color: rgb(175,221,218); }

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