#CCFEDC

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

Shades of Cosmic Latte #CCFEDC

Tints of Cosmic Latte #CCFEDC

Color information

#CCFEDC (or 0xCCFEDC) is unknown color: approx Cosmic Latte. HEX triplet: CC, FE and DC. RGB value is (204,254,220). Sum of RGB (Red+Green+Blue) = 204+254+220=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEDC is #330123. Grayscale: #EBEBEB. Windows color (decimal): -3342628 or 14483148. OLE color: 14483148.

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

Color convert

RGB204254220-
CMYK0.2000.130.00
HSL139.2º96.15%89.8%-
HSV(B)139.2º19.69%99.61%-
XYZ73.2688.8981.01-
YUV235.17119.44105.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.09%
GREEN value IS 254 (99.61% from 255) = 37.46%
BLUE value IS 220 (86.33% from 255) = 32.45%
R=30.09%
G=37.46%
B=32.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542200.2000.130.00139.296.1589.8
HexCCFEDC140D08b605a
Octal314376334240150213140132
Binary110011001111111011011100101000110101000101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEDC; }

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

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

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

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

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

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

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

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