#CDFAF6

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

Shades of Foam #CDFAF6

Tints of Foam #CDFAF6

Color information

#CDFAF6 (or 0xCDFAF6) is unknown color: approx Foam. HEX triplet: CD, FA and F6. RGB value is (205,250,246). Sum of RGB (Red+Green+Blue) = 205+250+246=701 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.24% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFAF6 is #320509. Grayscale: #ECECEC. Windows color (decimal): -3278090 or 16186061. OLE color: 16186061.

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

Color convert

RGB205250246-
CMYK0.1800.020.02
HSL174.67º81.82%89.22%-
HSV(B)174.67º18%98.04%-
XYZ7688100.17-
YUV236.09133.59105.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.24%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 246 (96.48% from 255) = 35.09%
R=29.24%
G=35.66%
B=35.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052502460.1800.020.02174.6781.8289.22
HexCDFAF612022af5259
Octal31537236622022257122131
Binary11001101111110101111011010010010101010111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAF6; }

 p { color: rgb(205,250,246); }

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

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

 a { background-color: rgb(205,250,246); }

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

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

 span { border-color: rgb(205,250,246); }

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