Html Css Color HEX #D0FADE Cosmic Latte

📋 copy color: '#D0FADE'

red 208 ◦ green 250 ◦ blue 222

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

Shades of Cosmic Latte #D0FADE

Tints of Cosmic Latte #D0FADE

RGB

 RED value IS 208 (81.64% from 255) = 30.59%

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

 BLUE value IS 222 (87.11% from 255) = 32.65%

R = 30.59%
G = 36.76%
B = 32.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#D0FADE (or 0xD0FADE) is known color: Cosmic Latte. HEX triplet: D0, FA and DE. RGB value is (208,250,222). Sum of RGB (Red+Green+Blue) = 208+250+222=680 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.59% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FADE is #2F0521. Grayscale: #EAEAEA. Windows color (decimal): -3081506 or 14613200. OLE color: 14613200.

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

Color convert

RGB 208 250 222 -
CMYK 0.17 0 0.11 0.02
HSL 140º 0.81% 0.9% -
HSV(B) 140º 0.17% 0.98% -
XYZ 73.38 87.06 82.04 -
YUV 234.25 121.09 109.28 -
System Red Green Blue C M Y K H S L
Decimal 208 250 222 0.17 0 0.11 0.02 140 0.81 0.9
Hex D0 FA DE 11 0 B 2 8C 51 5A
Octal 320 372 336 21 0 13 2 214 121 132
Binary 11010000 11111010 11011110 10001 0 1011 10 10001100 1010001 1011010

Color Harmonies of #D0FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FADE

Black with #D0FADE

Text Example


Text Example

White with #D0FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FADE; }

 p { color: rgb(208,250,222); }

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

background-color css

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

 a { background-color: rgb(208,250,222); }

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

border-color css

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

 span { border-color: rgb(208,250,222); }

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