#D3FFDC

Color #D3FFDC Cosmic Latte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic Latte #D3FFDC

Tints of Cosmic Latte #D3FFDC

Color information

#D3FFDC (or 0xD3FFDC) is unknown color: approx Cosmic Latte. HEX triplet: D3, FF and DC. RGB value is (211,255,220). Sum of RGB (Red+Green+Blue) = 211+255+220=686 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.76% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FFDC is #2C0023. Grayscale: #EDEDED. Windows color (decimal): -2883620 or 14483411. OLE color: 14483411.

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

Color convert

RGB211255220-
CMYK0.1700.140
HSL132.27º100%91.37%-
HSV(B)132.27º17.25%100%-
XYZ75.5490.5481.2-
YUV237.85117.92108.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.76%
GREEN value IS 255 (100% from 255) = 37.17%
BLUE value IS 220 (86.33% from 255) = 32.07%
R=30.76%
G=37.17%
B=32.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2112552200.1700.140132.2710091.37
HexD3FFDC110E084645b
Octal323377334210160204144133
Binary110100111111111111011100100010111001000010011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FFDC; }

 p { color: rgb(211,255,220); }

 H1.HeaderClassName
 {
   color: #D3FFDC;
 }
 .AnyTagClassName
 {
   color: #D3FFDC;
 }
</style>
background-color css

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

 a { background-color: rgb(211,255,220); }

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

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

 span { border-color: rgb(211,255,220); }

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