Html Css Color HEX #ADDFD3 Ice Cold

📋 copy color: '#ADDFD3'

red 173 ◦ green 223 ◦ blue 211

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

Shades of Ice Cold #ADDFD3

Tints of Ice Cold #ADDFD3

RGB

 RED value IS 173 (67.97% from 255) = 28.5%

 GREEN value IS 223 (87.5% from 255) = 36.74%

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

R = 28.5%
G = 36.74%
B = 34.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#ADDFD3 (or 0xADDFD3) is known color: Ice Cold. HEX triplet: AD, DF and D3. RGB value is (173,223,211). Sum of RGB (Red+Green+Blue) = 173+223+211=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFD3 is #52202C. Grayscale: #CECECE. Windows color (decimal): -5382189 or 13885357. OLE color: 13885357.

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

Color convert

RGB 173 223 211 -
CMYK 0.22 0 0.05 0.13
HSL 165.6º 0.44% 0.78% -
HSV(B) 165.6º 0.22% 0.87% -
XYZ 55.38 66.36 71.52 -
YUV 206.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 173 223 211 0.22 0 0.05 0.13 165.6 0.44 0.78
Hex AD DF D3 16 0 5 D A6 2C 4E
Octal 255 337 323 26 0 5 15 246 54 116
Binary 10101101 11011111 11010011 10110 0 101 1101 10100110 101100 1001110

Color Harmonies of #ADDFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFD3

Black with #ADDFD3

Text Example


Text Example

White with #ADDFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFD3; }

 p { color: rgb(173,223,211); }

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

background-color css

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

 a { background-color: rgb(173,223,211); }

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

border-color css

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

 span { border-color: rgb(173,223,211); }

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