#DDFFFA

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

Shades of Light Cyan #DDFFFA

Tints of Light Cyan #DDFFFA

Color information

#DDFFFA (or 0xDDFFFA) is unknown color: approx Light Cyan. HEX triplet: DD, FF and FA. RGB value is (221,255,250). Sum of RGB (Red+Green+Blue) = 221+255+250=726 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.44% from 726); Green value is 255 (100% from 255 or 35.12% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFFA is #220005. Grayscale: #F4F4F4. Windows color (decimal): -2228230 or 16449501. OLE color: 16449501.

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

Color convert

RGB221255250-
CMYK0.1300.020
HSL171.18º100%93.33%-
HSV(B)171.18º13.33%100%-
XYZ82.8393.79104.18-
YUV244.26131.24111.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.44%
GREEN value IS 255 (100% from 255) = 35.12%
BLUE value IS 250 (98.05% from 255) = 34.44%
R=30.44%
G=35.12%
B=34.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212552500.1300.020171.1810093.33
HexDDFFFAD020ab645d
Octal33537737215020253144135
Binary110111011111111111111010110101001010101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFFA; }

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

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

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

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

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

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

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

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