#CAF1DE

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

Shades of Mint Tulip #CAF1DE

Tints of Mint Tulip #CAF1DE

Color information

#CAF1DE (or 0xCAF1DE) is unknown color: approx Mint Tulip. HEX triplet: CA, F1 and DE. RGB value is (202,241,222). Sum of RGB (Red+Green+Blue) = 202+241+222=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1DE is #350E21. Grayscale: #E3E3E3. Windows color (decimal): -3477026 or 14610890. OLE color: 14610890.

HSL color Cylindrical-coordinate representation of color #CAF1DE: hue angle of 150.77º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1DE is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB202241222-
CMYK0.1600.080.05
HSL150.77º58.21%86.86%-
HSV(B)150.77º16.18%94.51%-
XYZ6980.7481.06-
YUV227.17125.08110.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.38%
GREEN value IS 241 (94.53% from 255) = 36.24%
BLUE value IS 222 (87.11% from 255) = 33.38%
R=30.38%
G=36.24%
B=33.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022412220.1600.080.05150.7758.2186.86
HexCAF1DE10085973a57
Octal31236133620010522772127
Binary1100101011110001110111101000001000101100101111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1DE; }

 p { color: rgb(202,241,222); }

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

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

 a { background-color: rgb(202,241,222); }

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

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

 span { border-color: rgb(202,241,222); }

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