#CCFADC

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

Shades of Cosmic Latte #CCFADC

Tints of Cosmic Latte #CCFADC

Color information

#CCFADC (or 0xCCFADC) is unknown color: approx Cosmic Latte. HEX triplet: CC, FA and DC. RGB value is (204,250,220). Sum of RGB (Red+Green+Blue) = 204+250+220=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFADC is #330523. Grayscale: #E8E8E8. Windows color (decimal): -3343652 or 14482124. OLE color: 14482124.

HSL color Cylindrical-coordinate representation of color #CCFADC: hue angle of 140.87º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFADC is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB204250220-
CMYK0.1800.120.02
HSL140.87º82.14%89.02%-
HSV(B)140.87º18.4%98.04%-
XYZ72.0186.3880.59-
YUV232.83120.76107.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.27%
GREEN value IS 250 (98.05% from 255) = 37.09%
BLUE value IS 220 (86.33% from 255) = 32.64%
R=30.27%
G=37.09%
B=32.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502200.1800.120.02140.8782.1489.02
HexCCFADC120C28d5259
Octal314372334220142215122131
Binary1100110011111010110111001001001100101000110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFADC; }

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

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

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

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

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

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

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

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