#DBFFFD

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

Shades of Light Cyan #DBFFFD

Tints of Light Cyan #DBFFFD

Color information

#DBFFFD (or 0xDBFFFD) is unknown color: approx Light Cyan. HEX triplet: DB, FF and FD. RGB value is (219,255,253). Sum of RGB (Red+Green+Blue) = 219+255+253=727 (96% of max value = 765). Red value is 219 (85.94% from 255 or 30.12% from 727); Green value is 255 (100% from 255 or 35.08% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFFD is #240002. Grayscale: #F3F3F3. Windows color (decimal): -2359299 or 16646107. OLE color: 16646107.

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

Color convert

RGB219255253-
CMYK0.1400.010
HSL176.67º100%92.94%-
HSV(B)176.67º14.12%100%-
XYZ82.793.67106.65-
YUV244.01133.07110.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.12%
GREEN value IS 255 (100% from 255) = 35.08%
BLUE value IS 253 (99.22% from 255) = 34.80%
R=30.12%
G=35.08%
B=34.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552530.1400.010176.6710092.94
HexDBFFFDE010b1645d
Octal33337737516010261144135
Binary11011011111111111111110111100101011000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFFD; }

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

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

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

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

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

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

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

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