#DDFAF4

Color #DDFAF4 Tranquil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tranquil #DDFAF4

Tints of Tranquil #DDFAF4

Color information

#DDFAF4 (or 0xDDFAF4) is unknown color: approx Tranquil. HEX triplet: DD, FA and F4. RGB value is (221,250,244). Sum of RGB (Red+Green+Blue) = 221+250+244=715 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.91% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 244 (95.70% from 255 or 34.13% from 715); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAF4 is #22050B. Grayscale: #F0F0F0. Windows color (decimal): -2229516 or 16055005. OLE color: 16055005.

HSL color Cylindrical-coordinate representation of color #DDFAF4: hue angle of 167.59º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFAF4 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB221250244-
CMYK0.1200.020.02
HSL167.59º74.36%92.35%-
HSV(B)167.59º11.6%98.04%-
XYZ80.3390.2898.78-
YUV240.64129.89113.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.91%
GREEN value IS 250 (98.05% from 255) = 34.97%
BLUE value IS 244 (95.70% from 255) = 34.13%
R=30.91%
G=34.97%
B=34.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502440.1200.020.02167.5974.3692.35
HexDDFAF4C022a84a5c
Octal33537236414022250112134
Binary1101110111111010111101001100010101010100010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAF4; }

 p { color: rgb(221,250,244); }

 H1.HeaderClassName
 {
   color: #DDFAF4;
 }
 .AnyTagClassName
 {
   color: #DDFAF4;
 }
</style>
background-color css

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

 a { background-color: rgb(221,250,244); }

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

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

 span { border-color: rgb(221,250,244); }

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