#DAFFFD

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

Shades of Light Cyan #DAFFFD

Tints of Light Cyan #DAFFFD

Color information

#DAFFFD (or 0xDAFFFD) is unknown color: approx Light Cyan. HEX triplet: DA, FF and FD. RGB value is (218,255,253). Sum of RGB (Red+Green+Blue) = 218+255+253=726 (96% of max value = 765). Red value is 218 (85.55% from 255 or 30.03% from 726); Green value is 255 (100% from 255 or 35.12% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFFD is #250002. Grayscale: #F3F3F3. Windows color (decimal): -2424835 or 16646106. OLE color: 16646106.

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

Color convert

RGB218255253-
CMYK0.1500.010
HSL176.76º100%92.75%-
HSV(B)176.76º14.51%100%-
XYZ82.493.52106.64-
YUV243.71133.24109.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.03%
GREEN value IS 255 (100% from 255) = 35.12%
BLUE value IS 253 (99.22% from 255) = 34.85%
R=30.03%
G=35.12%
B=34.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552530.1500.010176.7610092.75
HexDAFFFDF010b1645d
Octal33237737517010261144135
Binary11011010111111111111110111110101011000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFFD; }

 p { color: rgb(218,255,253); }

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

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

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

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

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

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

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