#CFFADF

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

Shades of Cosmic Latte #CFFADF

Tints of Cosmic Latte #CFFADF

Color information

#CFFADF (or 0xCFFADF) is unknown color: approx Cosmic Latte. HEX triplet: CF, FA and DF. RGB value is (207,250,223). Sum of RGB (Red+Green+Blue) = 207+250+223=680 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.44% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFADF is #300520. Grayscale: #EAEAEA. Windows color (decimal): -3147041 or 14678735. OLE color: 14678735.

HSL color Cylindrical-coordinate representation of color #CFFADF: hue angle of 142.33º 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 #CFFADF is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB207250223-
CMYK0.1700.110.02
HSL142.33º81.13%89.61%-
HSV(B)142.33º17.2%98.04%-
XYZ73.2486.9682.74-
YUV234.06121.75108.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.44%
GREEN value IS 250 (98.05% from 255) = 36.76%
BLUE value IS 223 (87.5% from 255) = 32.79%
R=30.44%
G=36.76%
B=32.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502230.1700.110.02142.3381.1389.61
HexCFFADF110B28e515a
Octal317372337210132216121132
Binary1100111111111010110111111000101011101000111010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFADF; }

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

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

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

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

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

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

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

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