#DAFEE7

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

Shades of Cosmic Latte #DAFEE7

Tints of Cosmic Latte #DAFEE7

Color information

#DAFEE7 (or 0xDAFEE7) is unknown color: approx Cosmic Latte. HEX triplet: DA, FE and E7. RGB value is (218,254,231). Sum of RGB (Red+Green+Blue) = 218+254+231=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 231 (90.62% from 255 or 32.86% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEE7 is #250118. Grayscale: #F0F0F0. Windows color (decimal): -2425113 or 15204058. OLE color: 15204058.

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

Color convert

RGB218254231-
CMYK0.1400.090.00
HSL141.67º94.74%92.55%-
HSV(B)141.67º14.17%99.61%-
XYZ78.7891.5689.12-
YUV240.61122.57111.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.01%
GREEN value IS 254 (99.61% from 255) = 36.13%
BLUE value IS 231 (90.62% from 255) = 32.86%
R=31.01%
G=36.13%
B=32.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542310.1400.090.00141.6794.7492.55
HexDAFEE7E0908e5f5d
Octal332376347160110216137135
Binary11011010111111101110011111100100101000111010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEE7; }

 p { color: rgb(218,254,231); }

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

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

 a { background-color: rgb(218,254,231); }

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

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

 span { border-color: rgb(218,254,231); }

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