Html Css Color HEX #D0FADC Cosmic Latte

📋 copy color: '#D0FADC'

red 208 ◦ green 250 ◦ blue 220

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

Shades of Cosmic Latte #D0FADC

Tints of Cosmic Latte #D0FADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.45%

R = 30.68%
G = 36.87%
B = 32.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#D0FADC (or 0xD0FADC) is known color: Cosmic Latte. HEX triplet: D0, FA and DC. RGB value is (208,250,220). Sum of RGB (Red+Green+Blue) = 208+250+220=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FADC is #2F0523. Grayscale: #EAEAEA. Windows color (decimal): -3081508 or 14482128. OLE color: 14482128.

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

Color convert

RGB 208 250 220 -
CMYK 0.17 0 0.12 0.02
HSL 137.14º 0.81% 0.9% -
HSV(B) 137.14º 0.17% 0.98% -
XYZ 73.12 86.95 80.64 -
YUV 234.02 120.09 109.44 -
System Red Green Blue C M Y K H S L
Decimal 208 250 220 0.17 0 0.12 0.02 137.14 0.81 0.9
Hex D0 FA DC 11 0 C 2 89 51 5A
Octal 320 372 334 21 0 14 2 211 121 132
Binary 11010000 11111010 11011100 10001 0 1100 10 10001001 1010001 1011010

Color Harmonies of #D0FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FADC

Black with #D0FADC

Text Example


Text Example

White with #D0FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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