Html Css Color HEX #DAFBE1 Cosmic Latte

📋 copy color: '#DAFBE1'

red 218 ◦ green 251 ◦ blue 225

#DAFBE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic Latte #DAFBE1

Tints of Cosmic Latte #DAFBE1

RGB

 RED value IS 218 (85.55% from 255) = 31.41%

 GREEN value IS 251 (98.44% from 255) = 36.17%

 BLUE value IS 225 (88.28% from 255) = 32.42%

R = 31.41%
G = 36.17%
B = 32.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#DAFBE1 (or 0xDAFBE1) is known color: Cosmic Latte. HEX triplet: DA, FB and E1. RGB value is (218,251,225). Sum of RGB (Red+Green+Blue) = 218+251+225=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 225 (88.28% from 255 or 32.42% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBE1 is #25041E. Grayscale: #EEEEEE. Windows color (decimal): -2425887 or 14810074. OLE color: 14810074.

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

Color convert

RGB 218 251 225 -
CMYK 0.13 0 0.10 0.02
HSL 132.73º 0.8% 0.92% -
HSV(B) 132.73º 0.13% 0.98% -
XYZ 77 89.34 84.42 -
YUV 238.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 218 251 225 0.13 0 0.10 0.02 132.73 0.8 0.92
Hex DA FB E1 D 0 A 2 85 50 5C
Octal 332 373 341 15 0 12 2 205 120 134
Binary 11011010 11111011 11100001 1101 0 1010 10 10000101 1010000 1011100

Color Harmonies of #DAFBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBE1

Black with #DAFBE1

Text Example


Text Example

White with #DAFBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBE1; }

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

 H1.HeaderClassName
 {
   color: #DAFBE1;
 }
 .AnyTagClassName
 {
   color: #DAFBE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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