#DAFCE1

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

Shades of Cosmic Latte #DAFCE1

Tints of Cosmic Latte #DAFCE1

Color information

#DAFCE1 (or 0xDAFCE1) is unknown color: approx Cosmic Latte. HEX triplet: DA, FC and E1. RGB value is (218,252,225). Sum of RGB (Red+Green+Blue) = 218+252+225=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 252 (98.83% from 255 or 36.26% from 695); Blue value is 225 (88.28% from 255 or 32.37% from 695); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCE1 is #25031E. Grayscale: #EEEEEE. Windows color (decimal): -2425631 or 14810330. OLE color: 14810330.

HSL color Cylindrical-coordinate representation of color #DAFCE1: hue angle of 132.35º 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 #DAFCE1 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB218252225-
CMYK0.1300.110.01
HSL132.35º85%92.16%-
HSV(B)132.35º13.49%98.82%-
XYZ77.3189.9684.52-
YUV238.76120.24113.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.37%
GREEN value IS 252 (98.83% from 255) = 36.26%
BLUE value IS 225 (88.28% from 255) = 32.37%
R=31.37%
G=36.26%
B=32.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182522250.1300.110.01132.358592.16
HexDAFCE1D0B184555c
Octal332374341150131204125134
Binary11011010111111001110000111010101111000010010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCE1; }

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

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

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

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

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

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

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

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