#DFFDFD

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

Shades of Light Cyan #DFFDFD

Tints of Light Cyan #DFFDFD

Color information

#DFFDFD (or 0xDFFDFD) is unknown color: approx Light Cyan. HEX triplet: DF, FD and FD. RGB value is (223,253,253). Sum of RGB (Red+Green+Blue) = 223+253+253=729 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.59% from 729); Green value is 253 (99.22% from 255 or 34.71% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #DFFDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFDFD is #200202. Grayscale: #F3F3F3. Windows color (decimal): -2097667 or 16645599. OLE color: 16645599.

HSL color Cylindrical-coordinate representation of color #DFFDFD: hue angle of 180º degrees, saturation: 0.88, 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 #DFFDFD is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223253253-
CMYK0.12000.01
HSL180º88.24%93.33%-
HSV(B)180º11.86%99.22%-
XYZ83.2993.03106.5-
YUV244.03133.06113-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.59%
GREEN value IS 253 (99.22% from 255) = 34.71%
BLUE value IS 253 (99.22% from 255) = 34.71%
R=30.59%
G=34.71%
B=34.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232532530.12000.0118088.2493.33
HexDFFDFDC001b4585d
Octal33737537514001264130135
Binary11011111111111011111110111000011011010010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFDFD; }

 p { color: rgb(223,253,253); }

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

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

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

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

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

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

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