#D5FEDF

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

Shades of Cosmic Latte #D5FEDF

Tints of Cosmic Latte #D5FEDF

Color information

#D5FEDF (or 0xD5FEDF) is unknown color: approx Cosmic Latte. HEX triplet: D5, FE and DF. RGB value is (213,254,223). Sum of RGB (Red+Green+Blue) = 213+254+223=690 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.87% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FEDF is #2A0120. Grayscale: #EEEEEE. Windows color (decimal): -2752801 or 14679765. OLE color: 14679765.

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

Color convert

RGB213254223-
CMYK0.1600.120.00
HSL134.63º95.35%91.57%-
HSV(B)134.63º16.14%99.61%-
XYZ76.290.3683.24-
YUV238.21119.42110.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.87%
GREEN value IS 254 (99.61% from 255) = 36.81%
BLUE value IS 223 (87.5% from 255) = 32.32%
R=30.87%
G=36.81%
B=32.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132542230.1600.120.00134.6395.3591.57
HexD5FEDF100C0875f5c
Octal325376337200140207137134
Binary110101011111111011011111100000110001000011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FEDF; }

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

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

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

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

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

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

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

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