#CFFADC

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

Shades of Cosmic Latte #CFFADC

Tints of Cosmic Latte #CFFADC

Color information

#CFFADC (or 0xCFFADC) is unknown color: approx Cosmic Latte. HEX triplet: CF, FA and DC. RGB value is (207,250,220). Sum of RGB (Red+Green+Blue) = 207+250+220=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFADC is #300523. Grayscale: #E9E9E9. Windows color (decimal): -3147044 or 14482127. OLE color: 14482127.

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

Color convert

RGB207250220-
CMYK0.1700.120.02
HSL138.14º81.13%89.61%-
HSV(B)138.14º17.2%98.04%-
XYZ72.8486.880.63-
YUV233.72120.25108.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.58%
GREEN value IS 250 (98.05% from 255) = 36.93%
BLUE value IS 220 (86.33% from 255) = 32.50%
R=30.58%
G=36.93%
B=32.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502200.1700.120.02138.1481.1389.61
HexCFFADC110C28a515a
Octal317372334210142212121132
Binary1100111111111010110111001000101100101000101010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFADC; }

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

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

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

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

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

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

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

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