Html Css Color HEX #D0F8DD Cosmic Latte

📋 copy color: '#D0F8DD'

red 208 ◦ green 248 ◦ blue 221

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

Shades of Cosmic Latte #D0F8DD

Tints of Cosmic Latte #D0F8DD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.63%

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

R = 30.72%
G = 36.63%
B = 32.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#D0F8DD (or 0xD0F8DD) is known color: Cosmic Latte. HEX triplet: D0, F8 and DD. RGB value is (208,248,221). Sum of RGB (Red+Green+Blue) = 208+248+221=677 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.72% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F8DD is #2F0722. Grayscale: #E9E9E9. Windows color (decimal): -3082019 or 14547152. OLE color: 14547152.

HSL color Cylindrical-coordinate representation of color #D0F8DD: hue angle of 139.5º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F8DD is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 248 221 -
CMYK 0.16 0 0.11 0.03
HSL 139.5º 0.74% 0.89% -
HSV(B) 139.5º 0.16% 0.97% -
XYZ 72.63 85.77 81.13 -
YUV 232.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 208 248 221 0.16 0 0.11 0.03 139.5 0.74 0.89
Hex D0 F8 DD 10 0 B 3 8C 4A 59
Octal 320 370 335 20 0 13 3 214 112 131
Binary 11010000 11111000 11011101 10000 0 1011 11 10001100 1001010 1011001

Color Harmonies of #D0F8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F8DD

Black with #D0F8DD

Text Example


Text Example

White with #D0F8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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