#DCFFF8

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

Shades of Light Cyan #DCFFF8

Tints of Light Cyan #DCFFF8

Color information

#DCFFF8 (or 0xDCFFF8) is unknown color: approx Light Cyan. HEX triplet: DC, FF and F8. RGB value is (220,255,248). Sum of RGB (Red+Green+Blue) = 220+255+248=723 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.43% from 723); Green value is 255 (100% from 255 or 35.27% from 723); Blue value is 248 (97.27% from 255 or 34.30% from 723); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFF8 is #230007. Grayscale: #F3F3F3. Windows color (decimal): -2293768 or 16318428. OLE color: 16318428.

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

Color convert

RGB220255248-
CMYK0.1400.030
HSL168º100%93.14%-
HSV(B)168º13.73%100%-
XYZ82.2293.51102.52-
YUV243.74130.4111.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.43%
GREEN value IS 255 (100% from 255) = 35.27%
BLUE value IS 248 (97.27% from 255) = 34.30%
R=30.43%
G=35.27%
B=34.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202552480.1400.03016810093.14
HexDCFFF8E030a8645d
Octal33437737016030250144135
Binary110111001111111111111000111001101010100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFF8; }

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

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

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

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

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

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

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

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