#CCFFDC

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

Shades of Cosmic Latte #CCFFDC

Tints of Cosmic Latte #CCFFDC

Color information

#CCFFDC (or 0xCCFFDC) is unknown color: approx Cosmic Latte. HEX triplet: CC, FF and DC. RGB value is (204,255,220). Sum of RGB (Red+Green+Blue) = 204+255+220=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFDC is #330023. Grayscale: #EBEBEB. Windows color (decimal): -3342372 or 14483404. OLE color: 14483404.

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

Color convert

RGB204255220-
CMYK0.200.140
HSL138.82º100%90%-
HSV(B)138.82º20%100%-
XYZ73.5889.5281.11-
YUV235.76119.1105.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.04%
GREEN value IS 255 (100% from 255) = 37.56%
BLUE value IS 220 (86.33% from 255) = 32.40%
R=30.04%
G=37.56%
B=32.40%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552200.200.140138.8210090
HexCCFFDC140E08b645a
Octal314377334240160213144132
Binary110011001111111111011100101000111001000101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFDC; }

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

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

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

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

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

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

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

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