Html Css Color HEX #AED2D1 Sinbad

📋 copy color: '#AED2D1'

red 174 ◦ green 210 ◦ blue 209

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

Shades of Sinbad #AED2D1

Tints of Sinbad #AED2D1

RGB

 RED value IS 174 (68.36% from 255) = 29.34%

 GREEN value IS 210 (82.42% from 255) = 35.41%

 BLUE value IS 209 (82.03% from 255) = 35.24%

R = 29.34%
G = 35.41%
B = 35.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#AED2D1 (or 0xAED2D1) is known color: Sinbad. HEX triplet: AE, D2 and D1. RGB value is (174,210,209). Sum of RGB (Red+Green+Blue) = 174+210+209=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2D1 is #512D2E. Grayscale: #C7C7C7. Windows color (decimal): -5319983 or 13750958. OLE color: 13750958.

HSL color Cylindrical-coordinate representation of color #AED2D1: hue angle of 178.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AED2D1 is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 209 -
CMYK 0.17 0 0.00 0.18
HSL 178.33º 0.29% 0.75% -
HSV(B) 178.33º 0.17% 0.82% -
XYZ 52.01 59.7 69.1 -
YUV 199.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 174 210 209 0.17 0 0.00 0.18 178.33 0.29 0.75
Hex AE D2 D1 11 0 0 12 B2 1D 4B
Octal 256 322 321 21 0 0 22 262 35 113
Binary 10101110 11010010 11010001 10001 0 0 10010 10110010 11101 1001011

Color Harmonies of #AED2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2D1

Black with #AED2D1

Text Example


Text Example

White with #AED2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2D1; }

 p { color: rgb(174,210,209); }

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

background-color css

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

 a { background-color: rgb(174,210,209); }

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

border-color css

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

 span { border-color: rgb(174,210,209); }

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