#CCFFDF

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

Shades of Cosmic Latte #CCFFDF

Tints of Cosmic Latte #CCFFDF

Color information

#CCFFDF (or 0xCCFFDF) is unknown color: approx Cosmic Latte. HEX triplet: CC, FF and DF. RGB value is (204,255,223). Sum of RGB (Red+Green+Blue) = 204+255+223=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFDF is #330020. Grayscale: #ECECEC. Windows color (decimal): -3342369 or 14680012. OLE color: 14680012.

HSL color Cylindrical-coordinate representation of color #CCFFDF: hue angle of 142.35º 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 #CCFFDF is Cyan = 0.2, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB204255223-
CMYK0.200.130
HSL142.35º100%90%-
HSV(B)142.35º20%100%-
XYZ73.9889.6983.22-
YUV236.1120.6105.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.91%
GREEN value IS 255 (100% from 255) = 37.39%
BLUE value IS 223 (87.5% from 255) = 32.70%
R=29.91%
G=37.39%
B=32.70%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552230.200.130142.3510090
HexCCFFDF140D08e645a
Octal314377337240150216144132
Binary110011001111111111011111101000110101000111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFDF; }

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

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

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

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

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

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

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

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