#D5FCDE

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

Shades of Cosmic Latte #D5FCDE

Tints of Cosmic Latte #D5FCDE

Color information

#D5FCDE (or 0xD5FCDE) is unknown color: approx Cosmic Latte. HEX triplet: D5, FC and DE. RGB value is (213,252,222). Sum of RGB (Red+Green+Blue) = 213+252+222=687 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.00% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCDE is #2A0321. Grayscale: #EDEDED. Windows color (decimal): -2753314 or 14613717. OLE color: 14613717.

HSL color Cylindrical-coordinate representation of color #D5FCDE: hue angle of 133.85º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FCDE is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB213252222-
CMYK0.1500.120.01
HSL133.85º86.67%91.18%-
HSV(B)133.85º15.48%98.82%-
XYZ75.4489.0482.32-
YUV236.92119.58110.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.00%
GREEN value IS 252 (98.83% from 255) = 36.68%
BLUE value IS 222 (87.11% from 255) = 32.31%
R=31.00%
G=36.68%
B=32.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132522220.1500.120.01133.8586.6791.18
HexD5FCDEF0C186575b
Octal325374336170141206127133
Binary11010101111111001101111011110110011000011010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FCDE; }

 p { color: rgb(213,252,222); }

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

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

 a { background-color: rgb(213,252,222); }

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

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

 span { border-color: rgb(213,252,222); }

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