#DAFCE7

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

Shades of Cosmic Latte #DAFCE7

Tints of Cosmic Latte #DAFCE7

Color information

#DAFCE7 (or 0xDAFCE7) is unknown color: approx Cosmic Latte. HEX triplet: DA, FC and E7. RGB value is (218,252,231). Sum of RGB (Red+Green+Blue) = 218+252+231=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 231 (90.62% from 255 or 32.95% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFCE7 is #250318. Grayscale: #EFEFEF. Windows color (decimal): -2425625 or 15203546. OLE color: 15203546.

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

Color convert

RGB218252231-
CMYK0.1300.080.01
HSL142.94º85%92.16%-
HSV(B)142.94º13.49%98.82%-
XYZ78.1590.388.91-
YUV239.44123.24112.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.10%
GREEN value IS 252 (98.83% from 255) = 35.95%
BLUE value IS 231 (90.62% from 255) = 32.95%
R=31.10%
G=35.95%
B=32.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182522310.1300.080.01142.948592.16
HexDAFCE7D0818f555c
Octal332374347150101217125134
Binary11011010111111001110011111010100011000111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCE7; }

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

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

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

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

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

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

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

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