#CAF1DD

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

Shades of Mint Tulip #CAF1DD

Tints of Mint Tulip #CAF1DD

Color information

#CAF1DD (or 0xCAF1DD) is unknown color: approx Mint Tulip. HEX triplet: CA, F1 and DD. RGB value is (202,241,221). Sum of RGB (Red+Green+Blue) = 202+241+221=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1DD is #350E22. Grayscale: #E3E3E3. Windows color (decimal): -3477027 or 14545354. OLE color: 14545354.

HSL color Cylindrical-coordinate representation of color #CAF1DD: hue angle of 149.23º 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 #CAF1DD is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB202241221-
CMYK0.1600.080.05
HSL149.23º58.21%86.86%-
HSV(B)149.23º16.18%94.51%-
XYZ68.8680.6980.35-
YUV227.06124.58110.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.42%
GREEN value IS 241 (94.53% from 255) = 36.30%
BLUE value IS 221 (86.72% from 255) = 33.28%
R=30.42%
G=36.30%
B=33.28%

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
Decimal2022412210.1600.080.05149.2358.2186.86
HexCAF1DD10085953a57
Octal31236133520010522572127
Binary1100101011110001110111011000001000101100101011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1DD; }

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

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

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

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

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

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

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

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