Html Css Color HEX #D6FAE0 Cosmic Latte

📋 copy color: '#D6FAE0'

red 214 ◦ green 250 ◦ blue 224

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

Shades of Cosmic Latte #D6FAE0

Tints of Cosmic Latte #D6FAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.56%

R = 31.1%
G = 36.34%
B = 32.56%

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

#D6FAE0 (or 0xD6FAE0) is known color: Cosmic Latte. HEX triplet: D6, FA and E0. RGB value is (214,250,224). Sum of RGB (Red+Green+Blue) = 214+250+224=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 224 (87.89% from 255 or 32.56% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FAE0 is #29051F. Grayscale: #ECECEC. Windows color (decimal): -2688288 or 14744278. OLE color: 14744278.

HSL color Cylindrical-coordinate representation of color #D6FAE0: hue angle of 136.67º 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 #D6FAE0 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 250 224 -
CMYK 0.14 0 0.10 0.02
HSL 136.67º 0.78% 0.91% -
HSV(B) 136.67º 0.14% 0.98% -
XYZ 75.37 88.05 83.54 -
YUV 236.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 214 250 224 0.14 0 0.10 0.02 136.67 0.78 0.91
Hex D6 FA E0 E 0 A 2 89 4E 5B
Octal 326 372 340 16 0 12 2 211 116 133
Binary 11010110 11111010 11100000 1110 0 1010 10 10001001 1001110 1011011

Color Harmonies of #D6FAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FAE0

Black with #D6FAE0

Text Example


Text Example

White with #D6FAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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