#CCFCDC

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

Shades of Cosmic Latte #CCFCDC

Tints of Cosmic Latte #CCFCDC

Color information

#CCFCDC (or 0xCCFCDC) is unknown color: approx Cosmic Latte. HEX triplet: CC, FC and DC. RGB value is (204,252,220). Sum of RGB (Red+Green+Blue) = 204+252+220=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCDC is #330323. Grayscale: #EAEAEA. Windows color (decimal): -3343140 or 14482636. OLE color: 14482636.

HSL color Cylindrical-coordinate representation of color #CCFCDC: hue angle of 140º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFCDC is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB204252220-
CMYK0.1900.130.01
HSL140º88.89%89.41%-
HSV(B)140º19.05%98.82%-
XYZ72.6387.6380.8-
YUV234120.1106.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.18%
GREEN value IS 252 (98.83% from 255) = 37.28%
BLUE value IS 220 (86.33% from 255) = 32.54%
R=30.18%
G=37.28%
B=32.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042522200.1900.130.0114088.8989.41
HexCCFCDC130D18c5959
Octal314374334230151214131131
Binary110011001111110011011100100110110111000110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCDC; }

 p { color: rgb(204,252,220); }

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

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

 a { background-color: rgb(204,252,220); }

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

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

 span { border-color: rgb(204,252,220); }

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