#CCFEDB

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

Shades of Cosmic Latte #CCFEDB

Tints of Cosmic Latte #CCFEDB

Color information

#CCFEDB (or 0xCCFEDB) is unknown color: approx Cosmic Latte. HEX triplet: CC, FE and DB. RGB value is (204,254,219). Sum of RGB (Red+Green+Blue) = 204+254+219=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEDB is #330124. Grayscale: #EBEBEB. Windows color (decimal): -3342629 or 14417612. OLE color: 14417612.

HSL color Cylindrical-coordinate representation of color #CCFEDB: hue angle of 138º 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 #CCFEDB is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB204254219-
CMYK0.2000.140.00
HSL138º96.15%89.8%-
HSV(B)138º19.69%99.61%-
XYZ73.1388.8480.31-
YUV235.06118.94105.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.13%
GREEN value IS 254 (99.61% from 255) = 37.52%
BLUE value IS 219 (85.94% from 255) = 32.35%
R=30.13%
G=37.52%
B=32.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542190.2000.140.0013896.1589.8
HexCCFEDB140E08a605a
Octal314376333240160212140132
Binary110011001111111011011011101000111001000101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEDB; }

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

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

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

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

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

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

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

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