#DDFAFC

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

Shades of Light Cyan #DDFAFC

Tints of Light Cyan #DDFAFC

Color information

#DDFAFC (or 0xDDFAFC) is unknown color: approx Light Cyan. HEX triplet: DD, FA and FC. RGB value is (221,250,252). Sum of RGB (Red+Green+Blue) = 221+250+252=723 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.57% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDFAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAFC is #220503. Grayscale: #F1F1F1. Windows color (decimal): -2229508 or 16579293. OLE color: 16579293.

HSL color Cylindrical-coordinate representation of color #DDFAFC: hue angle of 183.87º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFAFC is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221250252-
CMYK0.120.0100.01
HSL183.87º83.78%92.75%-
HSV(B)183.87º12.3%98.82%-
XYZ81.5890.77105.32-
YUV241.56133.89113.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.57%
GREEN value IS 250 (98.05% from 255) = 34.58%
BLUE value IS 252 (98.83% from 255) = 34.85%
R=30.57%
G=34.58%
B=34.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212502520.120.0100.01183.8783.7892.75
HexDDFAFCC101b8545d
Octal33537237414101270124135
Binary11011101111110101111110011001011011100010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAFC; }

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

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

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

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

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

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

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

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