#DDFBFE

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

Shades of Light Cyan #DDFBFE

Tints of Light Cyan #DDFBFE

Color information

#DDFBFE (or 0xDDFBFE) is unknown color: approx Light Cyan. HEX triplet: DD, FB and FE. RGB value is (221,251,254). Sum of RGB (Red+Green+Blue) = 221+251+254=726 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.44% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDFBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBFE is #220401. Grayscale: #F2F2F2. Windows color (decimal): -2229250 or 16710621. OLE color: 16710621.

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

Color convert

RGB221251254-
CMYK0.130.0100.00
HSL185.45º94.29%93.14%-
HSV(B)185.45º12.99%99.61%-
XYZ82.2191.52107.1-
YUV242.37134.56112.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.44%
GREEN value IS 251 (98.44% from 255) = 34.57%
BLUE value IS 254 (99.61% from 255) = 34.99%
R=30.44%
G=34.57%
B=34.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212512540.130.0100.00185.4594.2993.14
HexDDFBFED100b95e5d
Octal33537337615100271136135
Binary11011101111110111111111011011001011100110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBFE; }

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

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

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

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

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

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

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

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