Html Css Color HEX #AFDCDA Scandal

📋 copy color: '#AFDCDA'

red 175 ◦ green 220 ◦ blue 218

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

Shades of Scandal #AFDCDA

Tints of Scandal #AFDCDA

RGB

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

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

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

R = 28.55%
G = 35.89%
B = 35.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#AFDCDA (or 0xAFDCDA) is known color: Scandal. HEX triplet: AF, DC and DA. RGB value is (175,220,218). Sum of RGB (Red+Green+Blue) = 175+220+218=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCDA is #502325. Grayscale: #CECECE. Windows color (decimal): -5251878 or 14343343. OLE color: 14343343.

HSL color Cylindrical-coordinate representation of color #AFDCDA: hue angle of 177.33º 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 #AFDCDA is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 218 -
CMYK 0.20 0 0.01 0.14
HSL 177.33º 0.39% 0.77% -
HSV(B) 177.33º 0.2% 0.86% -
XYZ 55.93 65.36 76 -
YUV 206.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 175 220 218 0.20 0 0.01 0.14 177.33 0.39 0.77
Hex AF DC DA 14 0 1 E B1 27 4D
Octal 257 334 332 24 0 1 16 261 47 115
Binary 10101111 11011100 11011010 10100 0 1 1110 10110001 100111 1001101

Color Harmonies of #AFDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCDA

Black with #AFDCDA

Text Example


Text Example

White with #AFDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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