#DDFDFE

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

Shades of Light Cyan #DDFDFE

Tints of Light Cyan #DDFDFE

Color information

#DDFDFE (or 0xDDFDFE) is unknown color: approx Light Cyan. HEX triplet: DD, FD and FE. RGB value is (221,253,254). Sum of RGB (Red+Green+Blue) = 221+253+254=728 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.36% from 728); Green value is 253 (99.22% from 255 or 34.75% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDFDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDFE is #220201. Grayscale: #F3F3F3. Windows color (decimal): -2228738 or 16711133. OLE color: 16711133.

HSL color Cylindrical-coordinate representation of color #DDFDFE: hue angle of 181.82º 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 #DDFDFE is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB221253254-
CMYK0.130.0000.00
HSL181.82º94.29%93.14%-
HSV(B)181.82º12.99%99.61%-
XYZ82.8392.78107.31-
YUV243.55133.9111.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.36%
GREEN value IS 253 (99.22% from 255) = 34.75%
BLUE value IS 254 (99.61% from 255) = 34.89%
R=30.36%
G=34.75%
B=34.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212532540.130.0000.00181.8294.2993.14
HexDDFDFED000b65e5d
Octal33537537615000266136135
Binary11011101111111011111111011010001011011010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDFE; }

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

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

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

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

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

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

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

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