#DDFEFA

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

Shades of Light Cyan #DDFEFA

Tints of Light Cyan #DDFEFA

Color information

#DDFEFA (or 0xDDFEFA) is unknown color: approx Light Cyan. HEX triplet: DD, FE and FA. RGB value is (221,254,250). Sum of RGB (Red+Green+Blue) = 221+254+250=725 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.48% from 725); Green value is 254 (99.61% from 255 or 35.03% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFEFA is #220105. Grayscale: #F3F3F3. Windows color (decimal): -2228486 or 16449245. OLE color: 16449245.

HSL color Cylindrical-coordinate representation of color #DDFEFA: hue angle of 172.73º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFEFA is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB221254250-
CMYK0.1300.020.00
HSL172.73º94.29%93.14%-
HSV(B)172.73º12.99%99.61%-
XYZ82.5293.16104.07-
YUV243.68131.57111.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.48%
GREEN value IS 254 (99.61% from 255) = 35.03%
BLUE value IS 250 (98.05% from 255) = 34.48%
R=30.48%
G=35.03%
B=34.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212542500.1300.020.00172.7394.2993.14
HexDDFEFAD020ad5e5d
Octal33537637215020255136135
Binary110111011111111011111010110101001010110110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEFA; }

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

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

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

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

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

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

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

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