#DAFFF8

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

Shades of Light Cyan #DAFFF8

Tints of Light Cyan #DAFFF8

Color information

#DAFFF8 (or 0xDAFFF8) is unknown color: approx Light Cyan. HEX triplet: DA, FF and F8. RGB value is (218,255,248). Sum of RGB (Red+Green+Blue) = 218+255+248=721 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.24% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 248 (97.27% from 255 or 34.40% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFF8 is #250007. Grayscale: #F3F3F3. Windows color (decimal): -2424840 or 16318426. OLE color: 16318426.

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

Color convert

RGB218255248-
CMYK0.1500.030
HSL168.65º100%92.75%-
HSV(B)168.65º14.51%100%-
XYZ81.6293.2102.5-
YUV243.14130.74110.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.24%
GREEN value IS 255 (100% from 255) = 35.37%
BLUE value IS 248 (97.27% from 255) = 34.40%
R=30.24%
G=35.37%
B=34.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552480.1500.030168.6510092.75
HexDAFFF8F030a9645d
Octal33237737017030251144135
Binary110110101111111111111000111101101010100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFF8; }

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

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

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

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

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

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

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

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