Html Css Color HEX #DAF8E1 Cosmic Latte

📋 copy color: '#DAF8E1'

red 218 ◦ green 248 ◦ blue 225

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

Shades of Cosmic Latte #DAF8E1

Tints of Cosmic Latte #DAF8E1

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.89%

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

R = 31.55%
G = 35.89%
B = 32.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#DAF8E1 (or 0xDAF8E1) is known color: Cosmic Latte. HEX triplet: DA, F8 and E1. RGB value is (218,248,225). Sum of RGB (Red+Green+Blue) = 218+248+225=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 225 (88.28% from 255 or 32.56% from 691); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF8E1 is #25071E. Grayscale: #ECECEC. Windows color (decimal): -2426655 or 14809306. OLE color: 14809306.

HSL color Cylindrical-coordinate representation of color #DAF8E1: hue angle of 134º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF8E1 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 225 -
CMYK 0.12 0 0.09 0.03
HSL 134º 0.68% 0.91% -
HSV(B) 134º 0.12% 0.97% -
XYZ 76.07 87.48 84.11 -
YUV 236.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 218 248 225 0.12 0 0.09 0.03 134 0.68 0.91
Hex DA F8 E1 C 0 9 3 86 44 5B
Octal 332 370 341 14 0 11 3 206 104 133
Binary 11011010 11111000 11100001 1100 0 1001 11 10000110 1000100 1011011

Color Harmonies of #DAF8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF8E1

Black with #DAF8E1

Text Example


Text Example

White with #DAF8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF8E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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