Html Css Color HEX #DAFBE2 Cosmic Latte

📋 copy color: '#DAFBE2'

red 218 ◦ green 251 ◦ blue 226

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

Shades of Cosmic Latte #DAFBE2

Tints of Cosmic Latte #DAFBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 32.52%

R = 31.37%
G = 36.12%
B = 32.52%

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

#DAFBE2 (or 0xDAFBE2) is known color: Cosmic Latte. HEX triplet: DA, FB and E2. RGB value is (218,251,226). Sum of RGB (Red+Green+Blue) = 218+251+226=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 226 (88.67% from 255 or 32.52% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBE2 is #25041D. Grayscale: #EEEEEE. Windows color (decimal): -2425886 or 14875610. OLE color: 14875610.

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

Color convert

RGB 218 251 226 -
CMYK 0.13 0 0.10 0.02
HSL 134.55º 0.8% 0.92% -
HSV(B) 134.55º 0.13% 0.98% -
XYZ 77.14 89.39 85.14 -
YUV 238.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 218 251 226 0.13 0 0.10 0.02 134.55 0.8 0.92
Hex DA FB E2 D 0 A 2 87 50 5C
Octal 332 373 342 15 0 12 2 207 120 134
Binary 11011010 11111011 11100010 1101 0 1010 10 10000111 1010000 1011100

Color Harmonies of #DAFBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBE2

Black with #DAFBE2

Text Example


Text Example

White with #DAFBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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