#CAF2DD

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

Shades of Mint Tulip #CAF2DD

Tints of Mint Tulip #CAF2DD

Color information

#CAF2DD (or 0xCAF2DD) is unknown color: approx Mint Tulip. HEX triplet: CA, F2 and DD. RGB value is (202,242,221). Sum of RGB (Red+Green+Blue) = 202+242+221=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2DD is #350D22. Grayscale: #E3E3E3. Windows color (decimal): -3476771 or 14545610. OLE color: 14545610.

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

Color convert

RGB202242221-
CMYK0.1700.090.05
HSL148.5º60.61%87.06%-
HSV(B)148.5º16.53%94.9%-
XYZ69.1681.2880.45-
YUV227.65124.25109.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.38%
GREEN value IS 242 (94.92% from 255) = 36.39%
BLUE value IS 221 (86.72% from 255) = 33.23%
R=30.38%
G=36.39%
B=33.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022422210.1700.090.05148.560.6187.06
HexCAF2DD11095943d57
Octal31236233521011522475127
Binary1100101011110010110111011000101001101100101001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF2DD; }

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

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

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

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

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

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

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

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