#D5FADE

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

Shades of Cosmic Latte #D5FADE

Tints of Cosmic Latte #D5FADE

Color information

#D5FADE (or 0xD5FADE) is unknown color: approx Cosmic Latte. HEX triplet: D5, FA and DE. RGB value is (213,250,222). Sum of RGB (Red+Green+Blue) = 213+250+222=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FADE is #2A0521. Grayscale: #EBEBEB. Windows color (decimal): -2753826 or 14613205. OLE color: 14613205.

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

Color convert

RGB213250222-
CMYK0.1500.110.02
HSL134.59º78.72%90.78%-
HSV(B)134.59º14.8%98.04%-
XYZ74.8187.7982.11-
YUV235.74120.24111.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.09%
GREEN value IS 250 (98.05% from 255) = 36.50%
BLUE value IS 222 (87.11% from 255) = 32.41%
R=31.09%
G=36.50%
B=32.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132502220.1500.110.02134.5978.7290.78
HexD5FADEF0B2874f5b
Octal325372336170132207117133
Binary110101011111101011011110111101011101000011110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FADE; }

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

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

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

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

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

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

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

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