#DDFAFF

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

Shades of Light Cyan #DDFAFF

Tints of Light Cyan #DDFAFF

Color information

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

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

Color convert

RGB221250255-
CMYK0.130.0200
HSL188.82º100%93.33%-
HSV(B)188.82º13.33%100%-
XYZ82.0590.96107.84-
YUV241.9135.39113.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212502550.130.0200188.8210093.33
HexDDFAFFD200bd645d
Octal33537237715200275144135
Binary110111011111101011111111110110001011110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAFF; }

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

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

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

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

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

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

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

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