Html Css Color HEX #AFDCD3 Scandal

📋 copy color: '#AFDCD3'

red 175 ◦ green 220 ◦ blue 211

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

Shades of Scandal #AFDCD3

Tints of Scandal #AFDCD3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.3%

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

R = 28.88%
G = 36.3%
B = 34.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#AFDCD3 (or 0xAFDCD3) is known color: Scandal. HEX triplet: AF, DC and D3. RGB value is (175,220,211). Sum of RGB (Red+Green+Blue) = 175+220+211=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCD3 is #50232C. Grayscale: #CDCDCD. Windows color (decimal): -5251885 or 13884591. OLE color: 13884591.

HSL color Cylindrical-coordinate representation of color #AFDCD3: hue angle of 168º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDCD3 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 211 -
CMYK 0.20 0 0.04 0.14
HSL 168º 0.39% 0.77% -
HSV(B) 168º 0.2% 0.86% -
XYZ 55.03 65 71.27 -
YUV 205.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 175 220 211 0.20 0 0.04 0.14 168 0.39 0.77
Hex AF DC D3 14 0 4 E A8 27 4D
Octal 257 334 323 24 0 4 16 250 47 115
Binary 10101111 11011100 11010011 10100 0 100 1110 10101000 100111 1001101

Color Harmonies of #AFDCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCD3

Black with #AFDCD3

Text Example


Text Example

White with #AFDCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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