#DEFAF8

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

Shades of Light Cyan #DEFAF8

Tints of Light Cyan #DEFAF8

Color information

#DEFAF8 (or 0xDEFAF8) is unknown color: approx Light Cyan. HEX triplet: DE, FA and F8. RGB value is (222,250,248). Sum of RGB (Red+Green+Blue) = 222+250+248=720 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.83% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 248 (97.27% from 255 or 34.44% from 720); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFAF8 is #210507. Grayscale: #F1F1F1. Windows color (decimal): -2163976 or 16317150. OLE color: 16317150.

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

Color convert

RGB222250248-
CMYK0.1100.010.02
HSL175.71º73.68%92.55%-
HSV(B)175.71º11.2%98.04%-
XYZ81.2590.68102.03-
YUV241.4131.72114.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.83%
GREEN value IS 250 (98.05% from 255) = 34.72%
BLUE value IS 248 (97.27% from 255) = 34.44%
R=30.83%
G=34.72%
B=34.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222502480.1100.010.02175.7173.6892.55
HexDEFAF8B012b04a5d
Octal33637237013012260112135
Binary110111101111101011111000101101101011000010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFAF8; }

 p { color: rgb(222,250,248); }

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

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

 a { background-color: rgb(222,250,248); }

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

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

 span { border-color: rgb(222,250,248); }

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