#CCFFDE

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

Shades of Cosmic Latte #CCFFDE

Tints of Cosmic Latte #CCFFDE

Color information

#CCFFDE (or 0xCCFFDE) is unknown color: approx Cosmic Latte. HEX triplet: CC, FF and DE. RGB value is (204,255,222). Sum of RGB (Red+Green+Blue) = 204+255+222=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFDE is #330021. Grayscale: #ECECEC. Windows color (decimal): -3342370 or 14614476. OLE color: 14614476.

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

Color convert

RGB204255222-
CMYK0.200.130
HSL141.18º100%90%-
HSV(B)141.18º20%100%-
XYZ73.8589.6382.52-
YUV235.99120.1105.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.96%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 222 (87.11% from 255) = 32.60%
R=29.96%
G=37.44%
B=32.60%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552220.200.130141.1810090
HexCCFFDE140D08d645a
Octal314377336240150215144132
Binary110011001111111111011110101000110101000110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFDE; }

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

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

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

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

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

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

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

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