#CFFDF5

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

Shades of Foam #CFFDF5

Tints of Foam #CFFDF5

Color information

#CFFDF5 (or 0xCFFDF5) is unknown color: approx Foam. HEX triplet: CF, FD and F5. RGB value is (207,253,245). Sum of RGB (Red+Green+Blue) = 207+253+245=705 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.36% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDF5 is #30020A. Grayscale: #EEEEEE. Windows color (decimal): -3146251 or 16121295. OLE color: 16121295.

HSL color Cylindrical-coordinate representation of color #CFFDF5: hue angle of 169.57º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFDF5 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB207253245-
CMYK0.1800.030.01
HSL169.57º92%90.2%-
HSV(B)169.57º18.18%99.22%-
XYZ77.3490.1199.7-
YUV238.33131.76105.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.36%
GREEN value IS 253 (99.22% from 255) = 35.89%
BLUE value IS 245 (96.09% from 255) = 34.75%
R=29.36%
G=35.89%
B=34.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072532450.1800.030.01169.579290.2
HexCFFDF512031aa5c5a
Octal31737536522031252134132
Binary1100111111111101111101011001001111010101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDF5; }

 p { color: rgb(207,253,245); }

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

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

 a { background-color: rgb(207,253,245); }

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

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

 span { border-color: rgb(207,253,245); }

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