Html Css Color HEX #DAF2E3 Cosmic Latte

📋 copy color: '#DAF2E3'

red 218 ◦ green 242 ◦ blue 227

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

Shades of Cosmic Latte #DAF2E3

Tints of Cosmic Latte #DAF2E3

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.23%

 BLUE value IS 227 (89.06% from 255) = 33.04%

R = 31.73%
G = 35.23%
B = 33.04%

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

#DAF2E3 (or 0xDAF2E3) is known color: Cosmic Latte. HEX triplet: DA, F2 and E3. RGB value is (218,242,227). Sum of RGB (Red+Green+Blue) = 218+242+227=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 227 (89.06% from 255 or 33.04% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2E3 is #250D1C. Grayscale: #E9E9E9. Windows color (decimal): -2428189 or 14938842. OLE color: 14938842.

HSL color Cylindrical-coordinate representation of color #DAF2E3: hue angle of 142.5º degrees, saturation: 0.48, 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 #DAF2E3 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 227 -
CMYK 0.10 0 0.06 0.05
HSL 142.5º 0.48% 0.9% -
HSV(B) 142.5º 0.1% 0.95% -
XYZ 74.53 83.96 84.95 -
YUV 233.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 218 242 227 0.10 0 0.06 0.05 142.5 0.48 0.9
Hex DA F2 E3 A 0 6 5 8E 30 5A
Octal 332 362 343 12 0 6 5 216 60 132
Binary 11011010 11110010 11100011 1010 0 110 101 10001110 110000 1011010

Color Harmonies of #DAF2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF2E3

Black with #DAF2E3

Text Example


Text Example

White with #DAF2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF2E3; }

 p { color: rgb(218,242,227); }

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

background-color css

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

 a { background-color: rgb(218,242,227); }

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

border-color css

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

 span { border-color: rgb(218,242,227); }

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