#DDFEFF

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

Shades of Light Cyan #DDFEFF

Tints of Light Cyan #DDFEFF

Color information

#DDFEFF (or 0xDDFEFF) is unknown color: approx Light Cyan. HEX triplet: DD, FE and FF. RGB value is (221,254,255). Sum of RGB (Red+Green+Blue) = 221+254+255=730 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.27% from 730); Green value is 254 (99.61% from 255 or 34.79% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFEFF is #220100. Grayscale: #F4F4F4. Windows color (decimal): -2228481 or 16776925. OLE color: 16776925.

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

Color convert

RGB221254255-
CMYK0.130.0000
HSL181.76º100%93.33%-
HSV(B)181.76º13.33%100%-
XYZ83.3193.48108.26-
YUV244.25134.07111.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.27%
GREEN value IS 254 (99.61% from 255) = 34.79%
BLUE value IS 255 (100% from 255) = 34.93%
R=30.27%
G=34.79%
B=34.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212542550.130.0000181.7610093.33
HexDDFEFFD000b6645d
Octal33537637715000266144135
Binary11011101111111101111111111010001011011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEFF; }

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

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

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

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

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

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

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

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