Html Css Color HEX #DAF9E7 Cosmic Latte

📋 copy color: '#DAF9E7'

red 218 ◦ green 249 ◦ blue 231

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

Shades of Cosmic Latte #DAF9E7

Tints of Cosmic Latte #DAF9E7

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.67%

 BLUE value IS 231 (90.63% from 255) = 33.09%

R = 31.23%
G = 35.67%
B = 33.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#DAF9E7 (or 0xDAF9E7) is known color: Cosmic Latte. HEX triplet: DA, F9 and E7. RGB value is (218,249,231). Sum of RGB (Red+Green+Blue) = 218+249+231=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 249 (97.66% from 255 or 35.67% from 698); Blue value is 231 (90.62% from 255 or 33.09% from 698); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF9E7 is #250618. Grayscale: #EDEDED. Windows color (decimal): -2426393 or 15202778. OLE color: 15202778.

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

Color convert

RGB 218 249 231 -
CMYK 0.12 0 0.07 0.02
HSL 145.16º 0.72% 0.92% -
HSV(B) 145.16º 0.12% 0.98% -
XYZ 77.21 88.43 88.6 -
YUV 237.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 218 249 231 0.12 0 0.07 0.02 145.16 0.72 0.92
Hex DA F9 E7 C 0 7 2 91 48 5C
Octal 332 371 347 14 0 7 2 221 110 134
Binary 11011010 11111001 11100111 1100 0 111 10 10010001 1001000 1011100

Color Harmonies of #DAF9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF9E7

Black with #DAF9E7

Text Example


Text Example

White with #DAF9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF9E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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