Html Css Color HEX #D0FADD Cosmic Latte

📋 copy color: '#D0FADD'

red 208 ◦ green 250 ◦ blue 221

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

Shades of Cosmic Latte #D0FADD

Tints of Cosmic Latte #D0FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.55%

R = 30.63%
G = 36.82%
B = 32.55%

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

#D0FADD (or 0xD0FADD) is known color: Cosmic Latte. HEX triplet: D0, FA and DD. RGB value is (208,250,221). Sum of RGB (Red+Green+Blue) = 208+250+221=679 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.63% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FADD is #2F0522. Grayscale: #EAEAEA. Windows color (decimal): -3081507 or 14547664. OLE color: 14547664.

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

Color convert

RGB 208 250 221 -
CMYK 0.17 0 0.12 0.02
HSL 138.57º 0.81% 0.9% -
HSV(B) 138.57º 0.17% 0.98% -
XYZ 73.25 87 81.34 -
YUV 234.14 120.59 109.36 -
System Red Green Blue C M Y K H S L
Decimal 208 250 221 0.17 0 0.12 0.02 138.57 0.81 0.9
Hex D0 FA DD 11 0 C 2 8B 51 5A
Octal 320 372 335 21 0 14 2 213 121 132
Binary 11010000 11111010 11011101 10001 0 1100 10 10001011 1010001 1011010

Color Harmonies of #D0FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FADD

Black with #D0FADD

Text Example


Text Example

White with #D0FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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