Html Css Color HEX #DAF1E2 Cosmic Latte

📋 copy color: '#DAF1E2'

red 218 ◦ green 241 ◦ blue 226

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

Shades of Cosmic Latte #DAF1E2

Tints of Cosmic Latte #DAF1E2

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.18%

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

R = 31.82%
G = 35.18%
B = 32.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#DAF1E2 (or 0xDAF1E2) is known color: Cosmic Latte. HEX triplet: DA, F1 and E2. RGB value is (218,241,226). Sum of RGB (Red+Green+Blue) = 218+241+226=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1E2 is #250E1D. Grayscale: #E8E8E8. Windows color (decimal): -2428446 or 14873050. OLE color: 14873050.

HSL color Cylindrical-coordinate representation of color #DAF1E2: hue angle of 140.87º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF1E2 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 226 -
CMYK 0.10 0 0.06 0.05
HSL 140.87º 0.45% 0.9% -
HSV(B) 140.87º 0.1% 0.95% -
XYZ 74.1 83.31 84.13 -
YUV 232.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 218 241 226 0.10 0 0.06 0.05 140.87 0.45 0.9
Hex DA F1 E2 A 0 6 5 8D 2D 5A
Octal 332 361 342 12 0 6 5 215 55 132
Binary 11011010 11110001 11100010 1010 0 110 101 10001101 101101 1011010

Color Harmonies of #DAF1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF1E2

Black with #DAF1E2

Text Example


Text Example

White with #DAF1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF1E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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