#CAF3DE

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

Shades of Mint Tulip #CAF3DE

Tints of Mint Tulip #CAF3DE

Color information

#CAF3DE (or 0xCAF3DE) is unknown color: approx Mint Tulip. HEX triplet: CA, F3 and DE. RGB value is (202,243,222). Sum of RGB (Red+Green+Blue) = 202+243+222=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3DE is #350C21. Grayscale: #E4E4E4. Windows color (decimal): -3476514 or 14611402. OLE color: 14611402.

HSL color Cylindrical-coordinate representation of color #CAF3DE: hue angle of 149.27º degrees, saturation: 0.63, 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 #CAF3DE is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB202243222-
CMYK0.1700.090.05
HSL149.27º63.08%87.25%-
HSV(B)149.27º16.87%95.29%-
XYZ69.5981.9381.25-
YUV228.35124.42109.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.28%
GREEN value IS 243 (95.31% from 255) = 36.43%
BLUE value IS 222 (87.11% from 255) = 33.28%
R=30.28%
G=36.43%
B=33.28%

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
Decimal2022432220.1700.090.05149.2763.0887.25
HexCAF3DE11095953f57
Octal31236333621011522577127
Binary1100101011110011110111101000101001101100101011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3DE; }

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

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

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

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

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

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

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

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