#CAFDF4

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

Shades of Foam #CAFDF4

Tints of Foam #CAFDF4

Color information

#CAFDF4 (or 0xCAFDF4) is unknown color: approx Foam. HEX triplet: CA, FD and F4. RGB value is (202,253,244). Sum of RGB (Red+Green+Blue) = 202+253+244=699 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.90% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 244 (95.70% from 255 or 34.91% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFDF4 is #35020B. Grayscale: #ECECEC. Windows color (decimal): -3473932 or 16055754. OLE color: 16055754.

HSL color Cylindrical-coordinate representation of color #CAFDF4: hue angle of 169.41º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFDF4 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB202253244-
CMYK0.2000.040.01
HSL169.41º92.73%89.22%-
HSV(B)169.41º20.16%99.22%-
XYZ75.8189.3498.84-
YUV236.72132.1103.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.90%
GREEN value IS 253 (99.22% from 255) = 36.19%
BLUE value IS 244 (95.70% from 255) = 34.91%
R=28.90%
G=36.19%
B=34.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022532440.2000.040.01169.4192.7389.22
HexCAFDF414041a95d59
Octal31237536424041251135131
Binary11001010111111011111010010100010011010100110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDF4; }

 p { color: rgb(202,253,244); }

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

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

 a { background-color: rgb(202,253,244); }

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

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

 span { border-color: rgb(202,253,244); }

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