#CCFDDE

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

Shades of Cosmic Latte #CCFDDE

Tints of Cosmic Latte #CCFDDE

Color information

#CCFDDE (or 0xCCFDDE) is unknown color: approx Cosmic Latte. HEX triplet: CC, FD and DE. RGB value is (204,253,222). Sum of RGB (Red+Green+Blue) = 204+253+222=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDDE is #330221. Grayscale: #EAEAEA. Windows color (decimal): -3342882 or 14613964. OLE color: 14613964.

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

Color convert

RGB204253222-
CMYK0.1900.120.01
HSL142.04º92.45%89.61%-
HSV(B)142.04º19.37%99.22%-
XYZ73.2188.3682.3-
YUV234.82120.77106.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.04%
GREEN value IS 253 (99.22% from 255) = 37.26%
BLUE value IS 222 (87.11% from 255) = 32.70%
R=30.04%
G=37.26%
B=32.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042532220.1900.120.01142.0492.4589.61
HexCCFDDE130C18e5c5a
Octal314375336230141216134132
Binary110011001111110111011110100110110011000111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDDE; }

 p { color: rgb(204,253,222); }

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

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

 a { background-color: rgb(204,253,222); }

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

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

 span { border-color: rgb(204,253,222); }

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