Html Css Color HEX #AFD8D3 Scandal

📋 copy color: '#AFD8D3'

red 175 ◦ green 216 ◦ blue 211

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

Shades of Scandal #AFD8D3

Tints of Scandal #AFD8D3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.88%

 BLUE value IS 211 (82.81% from 255) = 35.05%

R = 29.07%
G = 35.88%
B = 35.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#AFD8D3 (or 0xAFD8D3) is known color: Scandal. HEX triplet: AF, D8 and D3. RGB value is (175,216,211). Sum of RGB (Red+Green+Blue) = 175+216+211=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8D3 is #50272C. Grayscale: #CBCBCB. Windows color (decimal): -5252909 or 13883567. OLE color: 13883567.

HSL color Cylindrical-coordinate representation of color #AFD8D3: hue angle of 172.68º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD8D3 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 216 211 -
CMYK 0.19 0 0.02 0.15
HSL 172.68º 0.34% 0.77% -
HSV(B) 172.68º 0.19% 0.85% -
XYZ 53.99 62.93 70.93 -
YUV 203.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 175 216 211 0.19 0 0.02 0.15 172.68 0.34 0.77
Hex AF D8 D3 13 0 2 F AD 22 4D
Octal 257 330 323 23 0 2 17 255 42 115
Binary 10101111 11011000 11010011 10011 0 10 1111 10101101 100010 1001101

Color Harmonies of #AFD8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD8D3

Black with #AFD8D3

Text Example


Text Example

White with #AFD8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD8D3; }

 p { color: rgb(175,216,211); }

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

background-color css

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

 a { background-color: rgb(175,216,211); }

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

border-color css

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

 span { border-color: rgb(175,216,211); }

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