#DAFBE7

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

Shades of Cosmic Latte #DAFBE7

Tints of Cosmic Latte #DAFBE7

Color information

#DAFBE7 (or 0xDAFBE7) is unknown color: approx Cosmic Latte. HEX triplet: DA, FB and E7. RGB value is (218,251,231). Sum of RGB (Red+Green+Blue) = 218+251+231=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 231 (90.62% from 255 or 33% from 700); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBE7 is #250418. Grayscale: #EEEEEE. Windows color (decimal): -2425881 or 15203290. OLE color: 15203290.

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

Color convert

RGB218251231-
CMYK0.1300.080.02
HSL143.64º80.49%91.96%-
HSV(B)143.64º13.15%98.43%-
XYZ77.8389.6788.81-
YUV238.85123.57113.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.14%
GREEN value IS 251 (98.44% from 255) = 35.86%
BLUE value IS 231 (90.62% from 255) = 33%
R=31.14%
G=35.86%
B=33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512310.1300.080.02143.6480.4991.96
HexDAFBE7D08290505c
Octal332373347150102220120134
Binary110110101111101111100111110101000101001000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBE7; }

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

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

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

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

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

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

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

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