#D5FFDF

Color #D5FFDF Cosmic Latte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic Latte #D5FFDF

Tints of Cosmic Latte #D5FFDF

Color information

#D5FFDF (or 0xD5FFDF) is unknown color: approx Cosmic Latte. HEX triplet: D5, FF and DF. RGB value is (213,255,223). Sum of RGB (Red+Green+Blue) = 213+255+223=691 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.82% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFDF is #2A0020. Grayscale: #EEEEEE. Windows color (decimal): -2752545 or 14680021. OLE color: 14680021.

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

Color convert

RGB213255223-
CMYK0.1600.130
HSL134.29º100%91.76%-
HSV(B)134.29º16.47%100%-
XYZ76.5290.9983.34-
YUV238.79119.09109.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.82%
GREEN value IS 255 (100% from 255) = 36.90%
BLUE value IS 223 (87.5% from 255) = 32.27%
R=30.82%
G=36.90%
B=32.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132552230.1600.130134.2910091.76
HexD5FFDF100D086645c
Octal325377337200150206144134
Binary110101011111111111011111100000110101000011011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FFDF; }

 p { color: rgb(213,255,223); }

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

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

 a { background-color: rgb(213,255,223); }

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

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

 span { border-color: rgb(213,255,223); }

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