Html Css Color HEX #D6FAE2 Cosmic Latte

📋 copy color: '#D6FAE2'

red 214 ◦ green 250 ◦ blue 226

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

Shades of Cosmic Latte #D6FAE2

Tints of Cosmic Latte #D6FAE2

RGB

 RED value IS 214 (83.98% from 255) = 31.01%

 GREEN value IS 250 (98.05% from 255) = 36.23%

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

R = 31.01%
G = 36.23%
B = 32.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#D6FAE2 (or 0xD6FAE2) is known color: Cosmic Latte. HEX triplet: D6, FA and E2. RGB value is (214,250,226). Sum of RGB (Red+Green+Blue) = 214+250+226=690 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.01% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 226 (88.67% from 255 or 32.75% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FAE2 is #29051D. Grayscale: #ECECEC. Windows color (decimal): -2688286 or 14875350. OLE color: 14875350.

HSL color Cylindrical-coordinate representation of color #D6FAE2: hue angle of 140º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6FAE2 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 250 226 -
CMYK 0.14 0 0.10 0.02
HSL 140º 0.78% 0.91% -
HSV(B) 140º 0.14% 0.98% -
XYZ 75.64 88.16 84.98 -
YUV 236.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 214 250 226 0.14 0 0.10 0.02 140 0.78 0.91
Hex D6 FA E2 E 0 A 2 8C 4E 5B
Octal 326 372 342 16 0 12 2 214 116 133
Binary 11010110 11111010 11100010 1110 0 1010 10 10001100 1001110 1011011

Color Harmonies of #D6FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FAE2

Black with #D6FAE2

Text Example


Text Example

White with #D6FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FAE2; }

 p { color: rgb(214,250,226); }

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

background-color css

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

 a { background-color: rgb(214,250,226); }

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

border-color css

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

 span { border-color: rgb(214,250,226); }

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