#CCFCDB

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

Shades of Cosmic Latte #CCFCDB

Tints of Cosmic Latte #CCFCDB

Color information

#CCFCDB (or 0xCCFCDB) is unknown color: approx Cosmic Latte. HEX triplet: CC, FC and DB. RGB value is (204,252,219). Sum of RGB (Red+Green+Blue) = 204+252+219=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCDB is #330324. Grayscale: #E9E9E9. Windows color (decimal): -3343141 or 14417100. OLE color: 14417100.

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

Color convert

RGB204252219-
CMYK0.1900.130.01
HSL138.75º88.89%89.41%-
HSV(B)138.75º19.05%98.82%-
XYZ72.587.5780.1-
YUV233.89119.6106.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.22%
GREEN value IS 252 (98.83% from 255) = 37.33%
BLUE value IS 219 (85.94% from 255) = 32.44%
R=30.22%
G=37.33%
B=32.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042522190.1900.130.01138.7588.8989.41
HexCCFCDB130D18b5959
Octal314374333230151213131131
Binary110011001111110011011011100110110111000101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCDB; }

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

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

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

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

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

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

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

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