Html Css Color HEX #D0FFDD Cosmic Latte

📋 copy color: '#D0FFDD'

red 208 ◦ green 255 ◦ blue 221

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

Shades of Cosmic Latte #D0FFDD

Tints of Cosmic Latte #D0FFDD

RGB

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

 GREEN value IS 255 (100% from 255) = 37.28%

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

R = 30.41%
G = 37.28%
B = 32.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#D0FFDD (or 0xD0FFDD) is known color: Cosmic Latte. HEX triplet: D0, FF and DD. RGB value is (208,255,221). Sum of RGB (Red+Green+Blue) = 208+255+221=684 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.41% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFDD is #2F0022. Grayscale: #EDEDED. Windows color (decimal): -3080227 or 14548944. OLE color: 14548944.

HSL color Cylindrical-coordinate representation of color #D0FFDD: hue angle of 136.6º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FFDD is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 208 255 221 -
CMYK 0.18 0 0.13 0
HSL 136.6º 1% 0.91% -
HSV(B) 136.6º 0.18% 1% -
XYZ 74.82 90.15 81.86 -
YUV 237.07 118.93 107.26 -
System Red Green Blue C M Y K H S L
Decimal 208 255 221 0.18 0 0.13 0 136.6 1 0.91
Hex D0 FF DD 12 0 D 0 89 64 5B
Octal 320 377 335 22 0 15 0 211 144 133
Binary 11010000 11111111 11011101 10010 0 1101 0 10001001 1100100 1011011

Color Harmonies of #D0FFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FFDD

Black with #D0FFDD

Text Example


Text Example

White with #D0FFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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